home *** CD-ROM | disk | FTP | other *** search
/ SGI O2 Out of Box Experience 2.2 / SGI O2 Out of Box Experience 2.2.iso / systour / livingO2-1.0.1.wrl.gz / vrmlPDAAa002KK
Text File  |  1997-01-14  |  266KB  |  9,167 lines

  1. #VRML V2.0 utf8
  2.  
  3. WorldInfo {
  4.   info    [ "Created in CosmoWorlds",
  5.         "Packaged by CosmoPackage" ]
  6. }
  7. DEF SOUND-LOGIC-TREE Transform {
  8.   children    Group {
  9.     children    [
  10.       DEF AMBIENT_SOUND_XFORM Transform {
  11.     children    DEF AMBIENT_SOUND Sound {
  12.       source    DEF AMBIENT_CLIP AudioClip {
  13.         url    "Sounds/ambientCosmos.wav"
  14.         loop    TRUE
  15.         startTime    1
  16.         stopTime    0
  17.         description    ""
  18.       }
  19.  
  20.       intensity    1
  21.       minFront    50
  22.       maxFront    5000
  23.       minBack    50
  24.       maxBack    5000
  25.       spatialize    FALSE
  26.     }
  27.  
  28.       }
  29.       DEF SOUNDSCRIPT-TREE Transform {
  30.     children    [
  31.       DEF DISK1-SOUND-SCRIPT Script {
  32.         eventOut        SFTime        latchStart
  33.         eventOut        SFTime        slideStart
  34.         eventIn        SFTime        startTime
  35.         eventIn        SFBool        moduleRemoved
  36.         field        SFBool        moduleRemovedStatus    TRUE
  37.         url    "vrmlscript:
  38.         function moduleRemoved(value, t){
  39.             moduleRemovedStatus = value;
  40.         }
  41.  
  42.         function startTime(value, t) {
  43.             if (!moduleRemovedStatus) {
  44.             latchStart = value + 0.4;
  45.             slideStart = value + 0.77;
  46.             } else {
  47.             latchStart = value + 4.25;
  48.                 slideStart = value + 3.15;
  49.               }
  50.         }
  51.         
  52. "
  53.       }
  54.       DEF DISK2-SOUND-SCRIPT Script {
  55.         eventOut        SFTime        latchStart
  56.         eventOut        SFTime        slideStart
  57.         eventIn        SFTime        startTime
  58.         eventIn        SFBool        moduleRemoved
  59.         field        SFBool        moduleRemovedStatus    TRUE
  60.         url    "vrmlscript:
  61.                 function moduleRemoved(value, t){
  62.                     moduleRemovedStatus = value;
  63.                 }
  64.  
  65.                 function startTime(value, t) {
  66.                     if (!moduleRemovedStatus) {
  67.                         latchStart = value + 0.4;
  68.                         slideStart = value + 0.77;
  69.                     } else {
  70.                         latchStart = value + 4.25;
  71.                         slideStart = value + 3.15;
  72.                       }
  73.                 }
  74.  
  75. "
  76.       }
  77.       DEF AVMOD-SOUND-SCRIPT Script {
  78.         eventOut        SFTime        latchStart
  79.         eventOut        SFTime        slideStart
  80.         eventIn        SFTime        startTime
  81.         eventIn        SFBool        moduleRemoved
  82.         field        SFBool        moduleRemovedStatus    TRUE
  83.         url    "vrmlscript:
  84.                 function moduleRemoved(value, t){
  85.                     moduleRemovedStatus = value;
  86.                 }
  87.  
  88.                 function startTime(value, t) {
  89.                     if (!moduleRemovedStatus) {
  90.                         latchStart = value + 0.4;
  91.                         slideStart = value + 0.77;
  92.                     } else {
  93.                         latchStart = value + 4.25;
  94.                         slideStart = value + 3.15;
  95.                       }
  96.                 }
  97. "
  98.       }
  99.       DEF CPU-SOUND-SCRIPT Script {
  100.         eventOut        SFTime        latchStart
  101.         eventOut        SFTime        slideStart
  102.         eventIn        SFTime        startTime
  103.         eventIn        SFBool        moduleRemoved
  104.         field        SFBool        moduleRemovedStatus    TRUE
  105.         url    "vrmlscript:
  106.                 function moduleRemoved(value, t){
  107.                     moduleRemovedStatus = value;
  108.                 }
  109.  
  110.                 function startTime(value, t) {
  111.                     if (!moduleRemovedStatus) {
  112.                         latchStart = value + 0.1;
  113.                         slideStart = value + 0.35;
  114.                     } else {
  115.                         latchStart = value + 5.7;
  116.                         slideStart = value + 4;
  117.                       }
  118.                 }
  119.  
  120.  
  121. "
  122.       }
  123.       DEF CDROM-SOUND-SCRIPT Script {
  124.         eventOut        SFTime        laserPickupStartTime
  125.         eventOut        SFTime        trayOpenCloseStartTime
  126.         eventIn        SFTime        startTime
  127.         eventIn        SFBool        trayOpen
  128.         field        SFBool        trayOpenStatus    TRUE
  129.         url    "vrmlscript:
  130.         function trayOpen(value, t){
  131.            trayOpenStatus = value;
  132.         }
  133.  
  134.         function startTime(value, t){
  135.            if (trayOpenStatus) laserPickupStartTime = value + 1.5;
  136.            trayOpenCloseStartTime = value + .15;
  137.         }
  138.         
  139. "
  140.       }
  141.       DEF POWERSUPPLY-SOUND-SCRIPT Script {
  142.         eventOut        SFTime        latchStart
  143.         eventOut        SFTime        slideStart
  144.         eventIn        SFTime        startTime
  145.         eventIn        SFBool        moduleRemoved
  146.         field        SFBool        moduleRemovedStatus    TRUE
  147.         url    "vrmlscript:
  148.                 function moduleRemoved(value, t){
  149.                     moduleRemovedStatus = value;
  150.                 }
  151.  
  152.                 function startTime(value, t) {
  153.                     if (!moduleRemovedStatus) {
  154.                         latchStart = value + 0.7;
  155.                         slideStart = value + 0.3;
  156.                     } else {
  157.                         latchStart = value + 4.25;
  158.                         slideStart = value + 4;
  159.                       }
  160.                 }
  161.  
  162.  
  163. "
  164.       }
  165.       DEF PCI-SOUND-SCRIPT Script {
  166.         eventOut        SFTime        pciStart
  167.         eventIn        SFBool        pciRemoved
  168.         eventIn        SFTime        startPciTime
  169.         field        SFBool        pciRemovedStatus    FALSE
  170.         url    "vrmlscript:
  171.         function pciRemoved(value){
  172.            pciRemovedStatus = value;
  173.         }
  174.  
  175.         function startPciTime(value, t){
  176.            if (!pciRemovedStatus) pciStart = value;
  177.             else pciStart = value + 4.4;
  178.         }
  179.         
  180.  
  181. "
  182.       }
  183.       DEF LATCH_SOUND Sound {
  184.         source    DEF LATCH_CLIP AudioClip {
  185.           url    "Sounds/plasticLatch.wav"
  186.           loop    FALSE
  187.           startTime    0
  188.           stopTime    0
  189.           description    ""
  190.         }
  191.  
  192.         intensity    1
  193.         minFront    50
  194.         maxFront    5000
  195.         minBack    50
  196.         maxBack    5000
  197.         spatialize    FALSE
  198.       }
  199.       DEF DISKSLED_SOUND Sound {
  200.         source    DEF DISKSLED_CLIP AudioClip {
  201.           url    "Sounds/diskAVmodSlide.wav"
  202.           loop    FALSE
  203.           startTime    0
  204.           stopTime    0
  205.           description    ""
  206.         }
  207.  
  208.         intensity    1
  209.         minFront    50
  210.         maxFront    5000
  211.         minBack    50
  212.         maxBack    5000
  213.         spatialize    FALSE
  214.       }
  215.       DEF CPU_SLIDE_SOUND Sound {
  216.         source    DEF CPU_SLIDE_CLIP AudioClip {
  217.           url    "Sounds/CPUslide.wav"
  218.           loop    FALSE
  219.           startTime    0
  220.           stopTime    0
  221.           description    ""
  222.         }
  223.  
  224.         intensity    0.3
  225.         minFront    50
  226.         maxFront    5000
  227.         minBack    50
  228.         maxBack    5000
  229.         spatialize    FALSE
  230.       }
  231.       DEF CDIN_SOUND Sound {
  232.         source    DEF CDIN_CLIP AudioClip {
  233.           url    "Sounds/CDtrayIn.wav"
  234.           loop    FALSE
  235.           startTime    0
  236.           stopTime    0
  237.           description    ""
  238.         }
  239.  
  240.         intensity    0.3
  241.         minFront    50
  242.         maxFront    5000
  243.         minBack    50
  244.         maxBack    5000
  245.         spatialize    FALSE
  246.       }
  247.       DEF CDOUT_SOUND Sound {
  248.         source    DEF CDOUT_CLIP AudioClip {
  249.           url    "Sounds/CDtrayOut.wav"
  250.           loop    FALSE
  251.           startTime    0
  252.           stopTime    0
  253.           description    ""
  254.         }
  255.  
  256.         intensity    0.5
  257.         minFront    50
  258.         maxFront    5000
  259.         minBack    50
  260.         maxBack    5000
  261.         spatialize    FALSE
  262.       }
  263.       DEF BOOTUP-SOUND Sound {
  264.         source    DEF BOOTUP-CLIP AudioClip {
  265.           url    "Sounds/bootTune.wav"
  266.           startTime    0
  267.         }
  268.  
  269.         location    0 0 0
  270.         direction    0 0 1
  271.         minFront    10
  272.         maxFront    5000
  273.         minBack    10
  274.         maxBack    5000
  275.         spatialize    FALSE
  276.       }
  277.       DEF SHUTDOWN-SOUND Sound {
  278.         source    DEF SHUTDOWN-CLIP AudioClip {
  279.           url    "Sounds/bootDown.wav"
  280.           startTime    0
  281.         }
  282.  
  283.         location    0 0 0
  284.         direction    0 0 1
  285.         minFront    10
  286.         maxFront    5000
  287.         minBack    10
  288.         maxBack    5000
  289.         spatialize    FALSE
  290.       }
  291.     ]
  292.       }
  293.       DEF DISSOLVE_SOUND_XFORM Transform {
  294.     children    DEF DISSOLVE_SOUND Sound {
  295.       source    DEF DISSOLVE_CLIP AudioClip {
  296.         url    "Sounds/4partDissolve.wav"
  297.         loop    FALSE
  298.         startTime    0
  299.         stopTime    0
  300.         description    ""
  301.       }
  302.  
  303.       intensity    1
  304.       minFront    50
  305.       maxFront    5000
  306.       minBack    50
  307.       maxBack    5000
  308.       spatialize    FALSE
  309.     }
  310.  
  311.       }
  312.     ]
  313.   }
  314.  
  315. }
  316. Transform {
  317.   children    [
  318.     DEF NAVINFO NavigationInfo {
  319.       headlight    FALSE
  320.       speed    40
  321.       type    "EXAMINE"
  322.     }
  323.     Group {
  324.       children    [
  325.     DEF DRIVE1-TREE Transform {
  326.       children    Anchor {
  327.         children    [
  328.           DEF DefaultTouchSensor_16 TouchSensor {
  329.           }
  330.           DEF DRIVE1-ASSEMBLY Transform {
  331.         children    [
  332.           Group {
  333.             children    [
  334.               DEF DISK1-ANIMATION Group {
  335.             children    DEF Time_18 TimeSensor {
  336.               cycleInterval    4.5
  337.               startTime    0
  338.             }
  339.  
  340.               }
  341.               DEF DRIVE1-ASSEMBLYTranslationInterp PositionInterpolator {
  342.             key    [ 0, 0.111111, 0.4, 0.422222,
  343.                   0.444444, 0.466667, 0.488889, 0.511111,
  344.                   0.533333, 0.555556, 0.577778, 0.6,
  345.                   0.622222, 0.644445, 0.666667, 0.688889,
  346.                   0.711111, 0.733334, 0.755556, 0.777778,
  347.                   0.802469, 0.827161, 0.851852, 0.876543,
  348.                   0.901235, 0.925926, 0.950617, 0.975309,
  349.                   1 ]
  350.             keyValue    [ -43.5801 286.518 261.383,
  351.                   -43.5784 286.518 261.383,
  352.                   -43.5784 292.8 37.6984,
  353.                   -36.8254 295.028 21.812,
  354.                   -27.1014 298.515 6.1462,
  355.                   -15.0828 302.785 -9.21037,
  356.                   -1.44564 307.362 -24.1691,
  357.                   13.1337 311.77 -38.6415,
  358.                   27.979 315.534 -52.539,
  359.                   42.414 318.178 -65.7729,
  360.                   55.7625 319.227 -78.2546,
  361.                   67.3481 318.204 -89.8957,
  362.                   77.7507 314.404 -100.531,
  363.                   87.8961 307.937 -110.131,
  364.                   97.627 299.553 -118.813,
  365.                   106.786 290.002 -126.695,
  366.                   115.217 280.032 -133.892,
  367.                   122.761 270.394 -140.523,
  368.                   129.262 261.836 -146.704,
  369.                   134.562 255.109 -152.552,
  370.                   139.026 249.362 -158.514,
  371.                   142.254 244.381 -163.781,
  372.                   144.493 240.011 -168.492,
  373.                   145.99 236.101 -172.786,
  374.                   146.993 232.497 -176.801,
  375.                   147.749 229.046 -180.678,
  376.                   148.505 225.594 -184.555,
  377.                   149.508 221.99 -188.57,
  378.                   151.006 218.08 -192.864 ]
  379.               }
  380.               DEF DRIVE1-ASSEMBLYRotationInterp OrientationInterpolator {
  381.             key    [ 0, 0.111111, 0.4, 0.422222,
  382.                   0.444444, 0.466667, 0.488889, 0.511111,
  383.                   0.533333, 0.555556, 0.577778, 0.6,
  384.                   0.622222, 0.644445, 0.666667, 0.688889,
  385.                   0.711111, 0.733334, 0.755556, 0.777778,
  386.                   0.802469, 0.827161, 0.851852, 0.876543,
  387.                   0.901235, 0.925926, 0.950617, 0.975309,
  388.                   1 ]
  389.             keyValue    [ 0 0 1  0,
  390.                   0 0 1  0,
  391.                   1 0 0  0.0952752,
  392.                   0.732527 -0.0911845 0.674603  0.138221,
  393.                   0.426853 -0.122731 0.895954  0.248099,
  394.                   0.2756 -0.131175 0.95228  0.396143,
  395.                   0.19675 -0.133913 0.971266  0.564432,
  396.                   0.150652 -0.134691 0.979368  0.740594,
  397.                   0.121354 -0.134493 0.983456  0.913761,
  398.                   0.101796 -0.133597 0.985794  1.07356,
  399.                   0.0885937 -0.132028 0.987279  1.20983,
  400.                   0.0801097 -0.129669 0.988316  1.31247,
  401.                   0.0741412 -0.126198 0.989231  1.38965,
  402.                   0.0699752 -0.12209 0.990049  1.43949,
  403.                   0.066876 -0.117282 0.990844  1.46789,
  404.                   0.0643139 -0.11174 0.991654  1.48075,
  405.                   0.0618552 -0.10547 0.992497  1.484,
  406.                   0.0591116 -0.0985247 0.993377  1.48353,
  407.                   0.0557218 -0.0910193 0.994289  1.48528,
  408.                   0.0513585 -0.0831311 0.995214  1.49516,
  409.                   0.0463854 -0.0750814 0.996098  1.50843,
  410.                   0.0404807 -0.0655239 0.99703  1.52007,
  411.                   0.0339718 -0.0549883 0.997909  1.53031,
  412.                   0.0271798 -0.0439944 0.998662  1.53933,
  413.                   0.0204219 -0.0330557 0.999245  1.5473,
  414.                   0.0140128 -0.0226816 0.999645  1.55434,
  415.                   0.00826534 -0.0133786 0.999876  1.56055,
  416.                   0.00349099 -0.00565067 0.999978  1.56602,
  417.                   0 0 1  1.5708 ]
  418.               }
  419.               DEF DRIVE1-LEVERTranslationInterp PositionInterpolator {
  420.             key    [ 0, 0.2, 0.777778 ]
  421.             keyValue    [ -95.3715 -142.889 -211.693,
  422.                   -95.3715 -142.889 -211.693,
  423.                   -95.3715 -142.889 -211.693 ]
  424.               }
  425.               DEF DRIVE1-LEVERRotationInterp OrientationInterpolator {
  426.             key    [ 0, 0.2, 0.777778 ]
  427.             keyValue    [ 0.589474 0.589473 -0.552306  2.13237,
  428.                   -0.108935 -0.108934 0.988062  4.70038,
  429.                   -0.108935 -0.108934 0.988062  4.70038 ]
  430.               }
  431.             ]
  432.           }
  433.           DEF DISK1-LOGIC Script {
  434.             eventOut            SFFloat            fractionOut
  435.             eventOut            SFTime            delayedStartTime
  436.             eventOut            SFBool            moduleRemoved
  437.             eventIn            SFBool            timerActive
  438.             eventIn            SFFloat            fractionIn
  439.             eventIn            SFTime            triggerTime
  440.             field            SFBool            moduleRemovedStatus    TRUE
  441.             url    "vrmlscript:
  442. function timerActive(value, time)
  443. {
  444.     if (!value) moduleRemovedStatus = !moduleRemovedStatus;
  445.     moduleRemoved = moduleRemovedStatus;
  446. }
  447.  
  448. function fractionIn(value, time)
  449. {
  450.     if (!moduleRemovedStatus) fractionOut = value;
  451.         else fractionOut = 1-value;
  452. }
  453.  
  454. function triggerTime(value, time)
  455. {
  456.     delayedStartTime = value + 1;
  457. }
  458. "
  459.           }
  460.           DEF DRIVE1-LEVER Transform {
  461.             children    Shape {
  462.               appearance    Appearance {
  463.             material    Material {
  464.               ambientIntensity    0
  465.               diffuseColor    0.01 0.01 0.01
  466.               specularColor    0.03 0.03 0.03
  467.               emissiveColor    0 0 0
  468.               shininess    0.117021
  469.               transparency    0
  470.             }
  471.  
  472.             texture    NULL
  473.  
  474.             textureTransform    NULL
  475.  
  476.               }
  477.  
  478.               geometry    IndexedFaceSet {
  479.             coord    Coordinate {
  480.               point    [ 13.3992 -112.112 -15.6653,
  481.                     13.7398 -111.628 -15.0247,
  482.                     10.5 -111.339 -12.811,
  483.                     9.95582 -112.112 -13.8344,
  484.                     5.80187 35.562 5.3591,
  485.                     5.80187 -54.4447 5.3591,
  486.                     8.09835 -54.4446 5.50877,
  487.                     8.09835 35.562 5.50877,
  488.                     7.69199 -54.4446 -13.0473,
  489.                     7.69199 35.5621 -13.0473,
  490.                     9.92492 31.8125 -13.8926,
  491.                     10.4691 32.5859 -12.8691,
  492.                     9.94367 -55.508 -13.8573,
  493.                     9.27577 -54.4446 -12.5574,
  494.                     13.3683 31.8124 -15.7234,
  495.                     13.3992 -112.112 -15.6653,
  496.                     9.95582 -112.112 -13.8344,
  497.                     9.92492 31.8125 -13.8926,
  498.                     13.7089 32.2966 -15.0828,
  499.                     13.3683 31.8124 -15.7234,
  500.                     13.7398 -111.628 -15.0247,
  501.                     13.7089 32.2966 -15.0828,
  502.                     10.4691 32.5859 -12.8691,
  503.                     10.4878 -54.7345 -12.8339,
  504.                     7.69199 35.5621 -13.0473,
  505.                     9.27577 35.5621 -12.5574,
  506.                     10.5 -111.339 -12.811,
  507.                     13.7398 -111.628 -15.0247,
  508.                     13.3992 -112.112 -15.6653,
  509.                     8.09835 -54.4446 5.50877,
  510.                     8.09835 35.562 5.50877,
  511.                     5.80187 35.562 5.3591,
  512.                     8.09835 35.562 5.50877,
  513.                     5.80187 -54.4447 5.3591,
  514.                     5.80187 35.562 5.3591,
  515.                     7.69199 -54.4446 -13.0473,
  516.                     9.30087 -54.4446 -12.9424,
  517.                     9.27577 35.5621 -12.5574,
  518.                     9.95582 -112.112 -13.8344,
  519.                     10.5 -111.339 -12.811,
  520.                     10.4878 -54.7345 -12.8339,
  521.                     9.94367 -55.508 -13.8573,
  522.                     -0.371617 -9.99997 -11.7616,
  523.                     -0.371617 10 -11.7616,
  524.                     3.51229 10 -12.7678,
  525.                     3.51229 -9.99995 -12.7678,
  526.                     7.68397 10 -12.8484,
  527.                     7.68397 -9.99997 -12.8484,
  528.                     5.27018 -10 13.4389,
  529.                     5.27018 9.99999 13.4389,
  530.                     -2.33193 9.99996 12.7649,
  531.                     -2.33193 -10 12.7649,
  532.                     -7.26821 9.99997 9.64641,
  533.                     -7.26821 -10 9.64641,
  534.                     -9.95467 10 4.70947,
  535.                     -9.95467 -9.99999 4.70947,
  536.                     -10.6872 10 -4.57213e-05,
  537.                     -10.6872 -9.99999 -4.56723e-05,
  538.                     -9.23879 9.99997 -3.82684,
  539.                     -9.23879 -10 -3.82684,
  540.                     -7.07107 9.99998 -7.07107,
  541.                     -7.07107 -10 -7.07107,
  542.                     -4.04246 10 -9.75939,
  543.                     -4.04246 -10 -9.75939,
  544.                     -0.371617 10 -11.7616,
  545.                     -0.371617 -9.99997 -11.7616,
  546.                     6.32844 9.99996 0.905032,
  547.                     -4.04246 10 -9.75939,
  548.                     -7.07107 9.99998 -7.07107,
  549.                     -9.23879 9.99997 -3.82684,
  550.                     -10.6872 10 -4.57213e-05,
  551.                     -9.95467 10 4.70947,
  552.                     -7.26821 9.99997 9.64641,
  553.                     -2.33193 9.99996 12.7649,
  554.                     5.27018 9.99999 13.4389,
  555.                     7.68397 10 -12.8484,
  556.                     3.51229 10 -12.7678,
  557.                     -0.371617 10 -11.7616,
  558.                     6.32844 -10 0.905032,
  559.                     -0.371617 -9.99997 -11.7616,
  560.                     3.51229 -9.99995 -12.7678,
  561.                     7.68397 -9.99997 -12.8484,
  562.                     5.27018 -10 13.4389,
  563.                     -2.33193 -10 12.7649,
  564.                     -7.26821 -10 9.64641,
  565.                     -9.95467 -9.99999 4.70947,
  566.                     -10.6872 -9.99999 -4.56723e-05,
  567.                     -9.23879 -10 -3.82684,
  568.                     -7.07107 -10 -7.07107,
  569.                     -4.04246 -10 -9.75939 ]
  570.             }
  571.  
  572.             color    NULL
  573.  
  574.             coordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  575.                   4, 5, 6, -1, 4, 6, 7, -1,
  576.                   8, 9, 10, -1, 11, 10, 9, -1,
  577.                   8, 12, 13, -1, 12, 10, 14, -1,
  578.                   14, 15, 12, -1, 15, 16, 12, -1,
  579.                   17, 11, 18, -1, 17, 18, 19, -1,
  580.                   20, 21, 22, -1, 20, 22, 23, -1,
  581.                   24, 25, 22, -1, 22, 25, 13, -1,
  582.                   20, 23, 26, -1, 14, 21, 27, -1,
  583.                   14, 27, 28, -1, 29, 13, 25, -1,
  584.                   30, 29, 25, -1, 24, 31, 32, -1,
  585.                   24, 8, 33, -1, 33, 8, 13, -1,
  586.                   13, 29, 33, -1, 24, 33, 34, -1,
  587.                   35, 13, 36, -1, 37, 24, 32, -1,
  588.                   38, 39, 40, -1, 40, 22, 10, -1,
  589.                   13, 40, 22, -1, 38, 40, 41, -1,
  590.                   40, 10, 41, -1, 13, 41, 40, -1,
  591.                   10, 41, 35, -1, 42, 43, 44, -1,
  592.                   42, 44, 45, -1, 45, 44, 46, -1,
  593.                   45, 46, 47, -1, 48, 49, 50, -1,
  594.                   48, 50, 51, -1, 51, 50, 52, -1,
  595.                   51, 52, 53, -1, 53, 52, 54, -1,
  596.                   53, 54, 55, -1, 55, 54, 56, -1,
  597.                   55, 56, 57, -1, 57, 56, 58, -1,
  598.                   57, 58, 59, -1, 59, 58, 60, -1,
  599.                   59, 60, 61, -1, 61, 60, 62, -1,
  600.                   61, 62, 63, -1, 63, 62, 64, -1,
  601.                   63, 64, 65, -1, 66, 67, 68, -1,
  602.                   66, 68, 69, -1, 66, 69, 70, -1,
  603.                   66, 70, 71, -1, 66, 71, 72, -1,
  604.                   66, 72, 73, -1, 66, 73, 74, -1,
  605.                   66, 75, 76, -1, 66, 76, 77, -1,
  606.                   66, 77, 67, -1, 78, 79, 80, -1,
  607.                   78, 80, 81, -1, 66, 82, 78, -1,
  608.                   49, 82, 66, -1, 78, 82, 83, -1,
  609.                   78, 83, 84, -1, 78, 84, 85, -1,
  610.                   78, 85, 86, -1, 78, 86, 87, -1,
  611.                   78, 87, 88, -1, 78, 88, 89, -1,
  612.                   78, 89, 79, -1 ]
  613.             colorIndex    [  ]
  614.             normal    NULL
  615.  
  616.             ccw    TRUE
  617.             solid    TRUE
  618.             convex    TRUE
  619.             creaseAngle    0.657466
  620.               }
  621.  
  622.             }
  623.  
  624.             translation    -95.3715 -142.889 -211.693
  625.             rotation    -0.108935 -0.108934 0.988062  4.70038
  626.             scale    3.07746 0.0805781 3.07737
  627.             scaleOrientation    -1.32337e-08 -1 -4.45694e-07  0.136489
  628.             center    6.55999 -38.2748 4.69403
  629.           }
  630.           DEF DRIVE2-MODULE Transform {
  631.             children    Shape {
  632.               appearance    Appearance {
  633.             material    Material {
  634.               ambientIntensity    0
  635.               diffuseColor    0.01 0.01 0.01
  636.               specularColor    0 0 0
  637.               emissiveColor    1 1 1
  638.               shininess    0.117021
  639.               transparency    0
  640.             }
  641.  
  642.             texture    ImageTexture {
  643.               url    "Textures/drive.255x512.jpg"
  644.             }
  645.  
  646.             textureTransform    TextureTransform {
  647.               translation    0 0.56
  648.               rotation    0
  649.               scale    0.688847 0.62973
  650.               center    0.5 -0.06
  651.             }
  652.  
  653.               }
  654.  
  655.               geometry    IndexedFaceSet {
  656.             coord    Coordinate {
  657.               point    [ -10 10 10,
  658.                     -10 -10 10,
  659.                     10 10 10,
  660.                     10 -10 10,
  661.                     10 10 -10,
  662.                     10 -10 -10,
  663.                     -10 10 -10,
  664.                     -10 -10 -10,
  665.                     -5.89351 24.2011 5.37785,
  666.                     -5.89351 24.2011 -5.53312,
  667.                     5.01746 24.2011 5.37785,
  668.                     5.01746 24.2011 -5.53312,
  669.                     -10.3252 10 416.357,
  670.                     -10.3252 -10 416.357,
  671.                     9.67484 -10 416.357,
  672.                     9.67484 10 416.357,
  673.                     9.67484 -10 396.357,
  674.                     9.67484 10 396.357,
  675.                     -10.3252 -10 396.357,
  676.                     -10.3252 10 396.357,
  677.                     -6.21868 24.2012 411.735,
  678.                     -6.21868 24.2012 400.824,
  679.                     4.6923 24.2012 411.735,
  680.                     4.6923 24.2012 400.824,
  681.                     42.3283 -8.4772 419.421,
  682.                     -62.4091 -8.47711 419.421,
  683.                     -62.4104 -416.457 419.424,
  684.                     -62.4083 -8.47812 -13.9458,
  685.                     -62.4096 -416.458 -13.9433,
  686.                     42.3291 -8.47821 -13.9456,
  687.                     42.3281 -298.426 -13.9438,
  688.                     42.3273 -298.425 419.423,
  689.                     26.0426 -298.425 419.423,
  690.                     26.0423 -416.457 419.424,
  691.                     25.0415 -416.458 -13.9431,
  692.                     25.0421 -298.426 -13.9439,
  693.                     -10 10 -10,
  694.                     -10 -10 -10,
  695.                     -10 -10 10,
  696.                     -10 10 10,
  697.                     10 10 10,
  698.                     10 -10 10,
  699.                     10 -10 -10,
  700.                     10 10 -10,
  701.                     -5.89351 24.2011 5.37785,
  702.                     -5.89351 24.2011 -5.53312,
  703.                     -10 10 -10,
  704.                     -10 10 10,
  705.                     10 10 10,
  706.                     -5.89351 24.2011 -5.53312,
  707.                     5.01746 24.2011 -5.53312,
  708.                     9.67484 10 416.357,
  709.                     9.67484 -10 416.357,
  710.                     9.67484 10 396.357,
  711.                     9.67484 -10 396.357,
  712.                     -10.3252 10 396.357,
  713.                     -10.3252 -10 396.357,
  714.                     -10.3252 -10 416.357,
  715.                     -10.3252 10 416.357,
  716.                     -10.3252 10 396.357,
  717.                     -6.21868 24.2012 411.735,
  718.                     -10.3252 10 416.357,
  719.                     9.67484 10 416.357,
  720.                     -6.21868 24.2012 400.824,
  721.                     -6.21868 24.2012 400.824,
  722.                     4.6923 24.2012 400.824,
  723.                     -62.4091 -8.47711 419.421,
  724.                     42.3283 -8.4772 419.421,
  725.                     -62.4092 -298.426 -13.944,
  726.                     -62.4083 -8.47812 -13.9458,
  727.                     42.3291 -8.47821 -13.9456,
  728.                     42.3281 -298.426 -13.9438,
  729.                     42.3273 -298.425 419.423,
  730.                     42.3283 -8.4772 419.421,
  731.                     -62.4091 -8.47711 419.421,
  732.                     -62.41 -298.425 419.423,
  733.                     -62.4104 -416.457 419.424,
  734.                     -62.4096 -416.458 -13.9433,
  735.                     -70.5225 -421.562 54.1027,
  736.                     -70.5225 -416.434 54.1027,
  737.                     -70.5225 -416.434 -32.3127,
  738.                     -70.5225 -421.562 -32.3127,
  739.                     50.4639 -421.562 -32.3127,
  740.                     50.4639 -416.434 -32.3127,
  741.                     50.4639 -416.434 54.1027,
  742.                     50.4639 -421.562 54.1027,
  743.                     51.7913 -421.562 438.649,
  744.                     -70.5225 -421.562 438.649,
  745.                     -70.5225 -421.562 288.61,
  746.                     51.7913 -416.434 438.649,
  747.                     51.7913 -421.562 288.61,
  748.                     51.7913 -416.434 288.61,
  749.                     50.4639 -421.562 54.1027,
  750.                     26.6664 -416.434 54.1027,
  751.                     19.5689 -421.562 54.1027,
  752.                     50.4639 -416.434 54.1027,
  753.                     -70.5225 -416.434 288.61,
  754.                     26.6664 -416.434 288.61,
  755.                     26.6664 -416.434 54.1027,
  756.                     -70.5225 -416.434 54.1027,
  757.                     -70.5225 -416.434 288.61,
  758.                     -70.5225 -416.434 54.1027,
  759.                     19.5689 -421.562 288.61,
  760.                     -70.5225 -421.562 54.1027,
  761.                     19.5689 -421.562 288.61,
  762.                     26.6664 -416.434 288.61,
  763.                     19.5689 -421.562 54.1027,
  764.                     26.6664 -416.434 54.1027,
  765.                     -70.5225 -416.434 438.649,
  766.                     51.7913 -416.434 288.61,
  767.                     -70.5225 -416.434 438.649,
  768.                     50.4639 -421.562 54.1027,
  769.                     -70.5225 -421.562 54.1027,
  770.                     50.4639 -421.562 -32.3127,
  771.                     -70.5225 -421.562 -32.3127,
  772.                     -70.5225 -416.434 -32.3127,
  773.                     50.4639 -416.434 -32.3127,
  774.                     -70.5225 -416.434 54.1027,
  775.                     50.4639 -416.434 54.1027,
  776.                     -62.4092 -298.426 -13.944 ]
  777.             }
  778.  
  779.             color    NULL
  780.  
  781.             coordIndex    [ 30, 29, 67, -1, 30, 67, 31, -1,
  782.                   24, 27, 66, -1, 24, 29, 27, -1,
  783.                   63, 22, 23, -1, 63, 60, 22, -1,
  784.                   22, 60, 61, -1, 22, 61, 62, -1,
  785.                   23, 22, 62, -1, 23, 62, 17, -1,
  786.                   51, 16, 17, -1, 51, 52, 16, -1,
  787.                   12, 14, 15, -1, 12, 13, 14, -1,
  788.                   0, 1, 3, -1, 0, 3, 2, -1,
  789.                   10, 47, 48, -1, 10, 8, 47, -1,
  790.                   9, 8, 10, -1, 9, 10, 11, -1,
  791.                   40, 41, 42, -1, 40, 42, 43, -1,
  792.                   11, 48, 43, -1, 11, 10, 48, -1,
  793.                   36, 37, 38, -1, 36, 38, 39, -1,
  794.                   44, 46, 0, -1, 44, 45, 46, -1,
  795.                   49, 4, 6, -1, 49, 50, 4, -1,
  796.                   4, 5, 7, -1, 4, 7, 6, -1,
  797.                   53, 54, 18, -1, 53, 18, 19, -1,
  798.                   55, 56, 57, -1, 55, 57, 58, -1,
  799.                   20, 59, 12, -1, 20, 21, 59, -1,
  800.                   64, 53, 19, -1, 64, 65, 53, -1,
  801.                   33, 34, 32, -1, 32, 34, 35, -1,
  802.                   72, 32, 35, -1, 35, 71, 31, -1,
  803.                   78, 79, 80, -1, 78, 80, 81, -1,
  804.                   82, 83, 84, -1, 82, 84, 85, -1,
  805.                   86, 87, 88, -1, 87, 86, 89, -1,
  806.                   88, 90, 86, -1, 89, 86, 91, -1,
  807.                   91, 86, 90, -1, 92, 93, 94, -1,
  808.                   92, 95, 93, -1, 96, 97, 98, -1,
  809.                   96, 98, 99, -1, 87, 100, 88, -1,
  810.                   88, 100, 101, -1, 102, 88, 103, -1,
  811.                   88, 101, 103, -1, 103, 94, 102, -1,
  812.                   91, 90, 104, -1, 91, 104, 105, -1,
  813.                   105, 104, 106, -1, 105, 106, 107, -1,
  814.                   89, 108, 87, -1, 87, 108, 100, -1,
  815.                   109, 96, 110, -1, 110, 89, 109, -1,
  816.                   81, 82, 111, -1, 111, 112, 81, -1,
  817.                   113, 114, 115, -1, 115, 116, 113, -1,
  818.                   83, 80, 117, -1, 117, 118, 83, -1,
  819.                   68, 69, 70, 71, -1, 77, 68, 35,
  820.                   34, -1, 76, 33, 32, 75, -1, 74,
  821.                   75, 72, 73, -1, 75, 119, 28, 26,
  822.                   -1, 75, 25, 27, 119, -1 ]
  823.             colorIndex    [  ]
  824.             normal    NULL
  825.  
  826.             texCoord    TextureCoordinate {
  827.               point    [ 1.21607 0.447906,
  828.                     -0.0458734 -0.0146735,
  829.                     1.24877 0.447906,
  830.                     1.06112 -0.00605798,
  831.                     1.09908 0.745225,
  832.                     1.00037 0.828091,
  833.                     0.118595 0.733163,
  834.                     -0.0577588 0.716012,
  835.                     1 0.714877,
  836.                     1.26839 0.438998,
  837.                     0.181852 0.73144,
  838.                     1.23896 0.551231,
  839.                     0.803304 1,
  840.                     0.196696 1,
  841.                     0.803304 0,
  842.                     0.196696 0,
  843.                     1.27166 0.586861,
  844.                     0.150223 0.729717,
  845.                     1.22588 0.672372,
  846.                     1.22261 0.556576,
  847.                     1.2455 0.51382,
  848.                     1.26512 0.53698,
  849.                     1.23569 0.649213,
  850.                     1.05796 0.765903,
  851.                     1.08481 0.722429,
  852.                     0.047717 -0.0149332,
  853.                     0.042016 0.714962,
  854.                     -0.191727 0.714962,
  855.                     -0.177474 -0.0133803,
  856.                     0.979837 0.714962,
  857.                     0.959883 -0.00872141,
  858.                     1.21073 -0.00716841,
  859.                     1.21928 0.716515,
  860.                     1.23242 0.446124,
  861.                     1.26839 0.483535,
  862.                     1.22588 0.476409,
  863.                     1.26512 0.503132,
  864.                     1.26512 0.529854,
  865.                     1.22261 0.529854,
  866.                     1.23242 0.504913,
  867.                     1.23896 0.499569,
  868.                     1.26185 0.535198,
  869.                     1.26512 0.508476,
  870.                     1.21934 0.585079,
  871.                     1.01368 0.727994,
  872.                     0.966238 0.734886,
  873.                     1.00064 0.827888,
  874.                     0.0279042 1.47728,
  875.                     0.0279715 0.826954,
  876.                     0.994114 1.48746,
  877.                     0.0279715 1.47723,
  878.                     0.0741074 -0.108191,
  879.                     0.960039 -0.0225956,
  880.                     0.0742915 -0.0273761,
  881.                     0.0763616 -0.107934,
  882.                     0.960039 -0.104443,
  883.                     0.960064 -0.0226139,
  884.                     1.15708 -0.172529,
  885.                     1.17672 -0.222478,
  886.                     1.13489 -0.225238,
  887.                     1.23239 -0.145771,
  888.                     1.14879 -0.220193,
  889.                     1.1669 -0.0779833,
  890.                     1.21317 -0.19637,
  891.                     1.1538 -0.172529,
  892.                     1.16268 -0.205056,
  893.                     1.1416 -0.176875,
  894.                     1.17657 -0.189919,
  895.                     1.15053 -0.0672799,
  896.                     1.23106 -0.181749,
  897.                     1.17345 -0.181449,
  898.                     1.20435 -0.174782,
  899.                     1.22211 -0.191496,
  900.                     1.19046 -0.144509,
  901.                     1.16035 -0.0869027,
  902.                     1.23106 -0.167127,
  903.                     1.1669 -0.222478,
  904.                     1.13026 -0.20001,
  905.                     1.16844 -0.176875,
  906.                     1.14879 -0.167214,
  907.                     1.14725 -0.117229,
  908.                     1.15055 -0.186622,
  909.                     1.18327 -0.188584,
  910.                     1.14416 -0.131895,
  911.                     1.21317 -0.181749,
  912.                     1.11637 -0.17226,
  913.                     1.1407 -0.147555,
  914.                     1.2579 -0.19637,
  915.                     1.20619 -0.211775,
  916.                     1.1416 -0.201243,
  917.                     1.15055 -0.235359,
  918.                     1.18327 -0.183233,
  919.                     1.19637 -0.179665,
  920.                     1.20435 -0.10919,
  921.                     1.24876 -0.1868,
  922.                     1.12761 -0.177881,
  923.                     1.06543 -0.192442,
  924.                     1.18327 -0.167178,
  925.                     1.09322 -0.250466,
  926.                     1.14725 -0.179665,
  927.                     1.14416 -0.258035,
  928.                     1.18583 -0.252989,
  929.                     1.12761 -0.188584,
  930.                     1.16731 -0.295877,
  931.                     1.12761 -0.1868,
  932.                     1.15053 -0.199288,
  933.                     1.23106 -0.191496,
  934.                     1.1538 -0.168962,
  935.                     1.17345 -0.201071,
  936.                     1.15055 -0.172001,
  937.                     1.18633 -0.176875,
  938.                     1.21317 -0.186622,
  939.                     1.21601 -0.160042,
  940.                     1.11174 -0.295877,
  941.                     1.19528 -0.167127,
  942.                     1.19509 -0.268126,
  943.                     1.1538 -0.222478,
  944.                     1.22211 -0.191496,
  945.                     1.13014 -0.248004,
  946.                     1.16362 -0.181449,
  947.                     1.16844 -0.147632,
  948.                     1.17345 -0.193936,
  949.                     1.21292 -0.200088,
  950.                     1.15949 -0.191496,
  951.                     1.20602 -0.0948595,
  952.                     1.14398 -0.167178,
  953.                     1.24 -0.201243,
  954.                     1.17017 -0.177881,
  955.                     1.20602 -0.129622,
  956.                     1.18633 -0.128138,
  957.                     1.20292 -0.190368,
  958.                     1.16118 -0.143716,
  959.                     1.15949 -0.176875,
  960.                     1.10772 -0.153111,
  961.                     1.08504 -0.193936,
  962.                     1.1416 -0.142759,
  963.                     1.24221 -0.172529,
  964.                     1.20422 -0.15738,
  965.                     1.1416 -0.172001,
  966.                     1.18327 -0.160042,
  967.                     1.19964 -0.177881,
  968.                     1.13359 -0.15405,
  969.                     1.25858 -0.156474,
  970.                     1.17017 -0.177881,
  971.                     1.17153 -0.127743,
  972.                     1.27168 -0.160042,
  973.                     1.18015 -0.0976781,
  974.                     1.15708 -0.192152,
  975.                     1.19912 -0.0760688,
  976.                     1.14049 -0.0770083,
  977.                     1.17672 -0.174313,
  978.                     1.11462 -0.132441,
  979.                     1.15708 -0.1868,
  980.                     1.24 -0.186622,
  981.                     1.16463 -0.107074,
  982.                     1.15053 -0.209991,
  983.                     1.18633 -0.201243,
  984.                     1.1407 -0.151123,
  985.                     1.14394 -0.173781,
  986.                     1.17017 -0.229614,
  987.                     1.15949 -0.113516,
  988.                     1.15708 -0.226046,
  989.                     1.17345 -0.213559,
  990.                     1.20422 -0.128138,
  991.                     1.17738 -0.167127,
  992.                     1.21607 0.408713,
  993.                     1.25204 0.408713,
  994.                     1.26185 0.579735,
  995.                     1.25531 0.608239,
  996.                     1.22915 0.595768,
  997.                     1.26512 0.53698,
  998.                     1.27166 0.520946,
  999.                     1.2455 0.54945,
  1000.                     1.25204 0.569046,
  1001.                     1.26512 0.53698,
  1002.                     1.26512 0.53698,
  1003.                     1.26512 0.53698,
  1004.                     1.25531 0.481754,
  1005.                     1.23896 0.510257,
  1006.                     1.23242 0.528072,
  1007.                     1.26512 0.53698,
  1008.                     1.26512 0.53698,
  1009.                     1.26512 0.53698,
  1010.                     1.24877 0.574391,
  1011.                     1.22261 0.556576,
  1012.                     1.22261 0.556576,
  1013.                     1.2455 0.51382,
  1014.                     1.26512 0.53698,
  1015.                     1.24223 0.570828,
  1016.                     1.22261 0.556576,
  1017.                     1.2455 0.51382,
  1018.                     1.24223 0.590424,
  1019.                     1.2455 0.51382,
  1020.                     1.26512 0.53698,
  1021.                     1.24223 0.515602,
  1022.                     1.22588 0.545887,
  1023.                     1.2455 0.563702,
  1024.                     1.24223 0.586861,
  1025.                     1.21607 0.585079,
  1026.                     1.2455 0.608239,
  1027.                     1.22915 0.611802,
  1028.                     1.22261 0.556576,
  1029.                     1.24877 0.574391,
  1030.                     1.22261 0.642087,
  1031.                     1.22261 0.581516,
  1032.                     1.25531 0.601113,
  1033.                     1.26512 0.53698,
  1034.                     1.22588 0.588642,
  1035.                     1.22261 0.556576,
  1036.                     1.22261 0.556576,
  1037.                     1.2455 0.51382,
  1038.                     1.26512 0.53698,
  1039.                     1.24877 0.583298,
  1040.                     1.26185 0.604676,
  1041.                     1.22915 0.585079,
  1042.                     1.23242 0.61002,
  1043.                     1.23242 0.572609,
  1044.                     1.25204 0.540542,
  1045.                     1.25204 0.588642,
  1046.                     1.24877 0.586861,
  1047.                     1.26185 0.604676,
  1048.                     1.25858 0.583298,
  1049.                     1.22915 0.634961,
  1050.                     1.24877 0.627835,
  1051.                     1.26512 0.53698,
  1052.                     1.23569 0.544105,
  1053.                     1.2455 0.556576,
  1054.                     1.25204 0.572609,
  1055.                     1.2455 0.51382,
  1056.                     1.26512 0.53698,
  1057.                     1.22915 0.599331,
  1058.                     1.22261 0.556576,
  1059.                     1.2455 0.51382,
  1060.                     1.25858 0.569046,
  1061.                     1.2455 0.51382,
  1062.                     1.26512 0.53698,
  1063.                     1.23896 0.593987,
  1064.                     1.21607 0.61002,
  1065.                     1.20953 0.652775,
  1066.                     1.23569 0.615364 ]
  1067.             }
  1068.  
  1069.             texCoordIndex    [ 5, 49, 50, -1, 46, 47, 48, -1,
  1070.                   51, 52, 53, -1, 54, 55, 56, -1,
  1071.                   153, 154, 155, -1, 156, 157, 158, -1,
  1072.                   141, 142, 143, -1, 144, 145, 146, -1,
  1073.                   147, 148, 149, -1, 150, 151, 152, -1,
  1074.                   117, 118, 119, -1, 120, 121, 122, -1,
  1075.                   114, 115, 116, -1, 111, 112, 113, -1,
  1076.                   57, 58, 59, -1, 60, 61, 62, -1,
  1077.                   96, 97, 98, -1, 93, 94, 95, -1,
  1078.                   69, 70, 71, -1, 72, 73, 74, -1,
  1079.                   81, 82, 83, -1, 84, 85, 86, -1,
  1080.                   102, 103, 104, -1, 99, 100, 101, -1,
  1081.                   75, 76, 77, -1, 78, 79, 80, -1,
  1082.                   87, 88, 89, -1, 90, 91, 92, -1,
  1083.                   105, 106, 107, -1, 108, 109, 110, -1,
  1084.                   63, 64, 65, -1, 66, 67, 68, -1,
  1085.                   126, 127, 128, -1, 123, 124, 125, -1,
  1086.                   129, 130, 131, -1, 132, 133, 134, -1,
  1087.                   135, 136, 137, -1, 138, 139, 140, -1,
  1088.                   159, 160, 161, -1, 162, 163, 164, -1,
  1089.                   11, 16, 43, -1, 40, 41, 42, -1,
  1090.                   6, 10, 17, -1, 44, 4, 45, -1,
  1091.                   230, 231, 232, -1, 233, 234, 235, -1,
  1092.                   188, 189, 190, -1, 191, 192, 193, -1,
  1093.                   179, 180, 181, -1, 224, 225, 226, -1,
  1094.                   176, 177, 178, -1, 221, 222, 223, -1,
  1095.                   218, 219, 220, -1, 203, 204, 205, -1,
  1096.                   200, 201, 202, -1, 23, 20, 20, -1,
  1097.                   23, 20, 23, -1, 21, 20, 21, -1,
  1098.                   21, 20, 20, -1, 173, 174, 175, -1,
  1099.                   21, 20, 21, -1, 170, 171, 172, -1,
  1100.                   236, 237, 238, -1, 239, 18, 22, -1,
  1101.                   197, 198, 199, -1, 194, 195, 196, -1,
  1102.                   227, 228, 229, -1, 21, 20, 20, -1,
  1103.                   215, 216, 217, -1, 212, 213, 214, -1,
  1104.                   167, 168, 169, -1, 19, 20, 21, -1,
  1105.                   182, 183, 184, -1, 185, 186, 187, -1,
  1106.                   209, 210, 211, -1, 206, 207, 208, -1,
  1107.                   29, 30, 31, 32, -1, 33, 9, 34,
  1108.                   35, -1, 36, 37, 38, 39, -1, 25,
  1109.                   26, 27, 28, -1, 165, 166, 2, 0,
  1110.                   -1, 7, 1, 3, 24, -1 ]
  1111.             creaseAngle    0.5
  1112.               }
  1113.  
  1114.             }
  1115.  
  1116.             translation    -89.5054 35.5333 -302.395
  1117.             rotation    1 0 0  1.5708
  1118.             scale    0.270908 0.506563 0.270906
  1119.             scaleOrientation    0 0 1  0
  1120.             center    -9.3656 -198.68 203.168
  1121.           }
  1122.         ]
  1123.         translation    151.006 218.08 -192.864
  1124.         rotation    0 0 1  1.5708
  1125.         scale    1 1 1
  1126.         scaleOrientation    0 0 1  0
  1127.         center    -98.871 -163.147 -108.56
  1128.           }
  1129.         ]
  1130.         url    "TechDocs/hardDisks.html"
  1131.         parameter    "target=secondary"
  1132.       }
  1133.  
  1134.     }
  1135.     DEF DRIVE2-TREE Transform {
  1136.       children    Anchor {
  1137.         children    [
  1138.           DEF DefaultTouchSensor_26 TouchSensor {
  1139.           }
  1140.           DEF DRIVE2-ASSEMBLY Transform {
  1141.         children    [
  1142.           Group {
  1143.             children    [
  1144.               DEF DISK2-ANIMATION Group {
  1145.             children    DEF Time_28 TimeSensor {
  1146.               cycleInterval    4.5
  1147.               startTime    0
  1148.             }
  1149.  
  1150.               }
  1151.               DEF DRIVE2-ASSEMBLYTranslationInterp PositionInterpolator {
  1152.             key    [ 0, 0.111111, 0.333333, 0.355555,
  1153.                   0.377778, 0.4, 0.422222, 0.444444,
  1154.                   0.466667, 0.488889, 0.512699, 0.536508,
  1155.                   0.560318, 0.584127, 0.607937, 0.631746,
  1156.                   0.655555, 0.679365, 0.703174, 0.726984,
  1157.                   0.750793, 0.774603, 0.798412, 0.822222,
  1158.                   0.844444, 0.866667, 0.888889, 0.911111,
  1159.                   0.933333, 0.955556, 0.977778, 1 ]
  1160.             keyValue    [ -77.4371 286.518 261.383,
  1161.                   -77.4371 286.518 261.383,
  1162.                   -77.437 286.518 39.8643,
  1163.                   -76.5704 285.416 23.1644,
  1164.                   -75.3166 283.835 8.76231,
  1165.                   -73.7695 281.882 -3.79417,
  1166.                   -72.0233 279.66 -14.9573,
  1167.                   -70.1717 277.275 -25.1794,
  1168.                   -68.3087 274.831 -34.9127,
  1169.                   -66.5284 272.434 -44.6094,
  1170.                   -64.6445 269.896 -55.1522,
  1171.                   -62.6673 267.301 -65.69,
  1172.                   -60.6192 264.658 -76.1805,
  1173.                   -58.5228 261.976 -86.5815,
  1174.                   -56.4008 259.264 -96.8508,
  1175.                   -54.2756 256.532 -106.946,
  1176.                   -52.1698 253.789 -116.825,
  1177.                   -50.106 251.045 -126.446,
  1178.                   -48.1067 248.307 -135.766,
  1179.                   -46.1946 245.587 -144.743,
  1180.                   -44.3921 242.892 -153.335,
  1181.                   -42.7218 240.232 -161.499,
  1182.                   -41.2063 237.617 -169.194,
  1183.                   -39.8682 235.055 -176.377,
  1184.                   -38.9807 232.748 -181.804,
  1185.                   -38.5642 230.54 -185.455,
  1186.                   -38.5098 228.407 -187.738,
  1187.                   -38.7091 226.326 -189.065,
  1188.                   -39.0532 224.276 -189.846,
  1189.                   -39.4335 222.233 -190.49,
  1190.                   -39.7414 220.175 -191.407,
  1191.                   -39.8682 218.08 -193.007 ]
  1192.               }
  1193.               DEF DRIVE2-ASSEMBLYRotationInterp OrientationInterpolator {
  1194.             key    [ 0, 0.111111, 0.333333, 0.488889,
  1195.                   0.512699, 0.536508, 0.560318, 0.584127,
  1196.                   0.607937, 0.631746, 0.655555, 0.679365,
  1197.                   0.703174, 0.726984, 0.750793, 0.774603,
  1198.                   0.798412, 0.822222, 0.844444, 0.866667,
  1199.                   0.888889, 0.911111, 0.933333, 0.955556,
  1200.                   0.977778, 1 ]
  1201.             keyValue    [ 0 0 1  0,
  1202.                   0 0 1  0,
  1203.                   0 0 1  0,
  1204.                   0 0 -1  0.348668,
  1205.                   0 0 -1  0.41196,
  1206.                   0 0 -1  0.488109,
  1207.                   0 0 -1  0.574825,
  1208.                   0 0 -1  0.669815,
  1209.                   0 0 -1  0.770789,
  1210.                   0 0 -1  0.875455,
  1211.                   0 0 -1  0.981523,
  1212.                   0 0 -1  1.0867,
  1213.                   0 0 -1  1.1887,
  1214.                   0 0 -1  1.28523,
  1215.                   0 0 -1  1.37399,
  1216.                   0 0 -1  1.4527,
  1217.                   0 0 -1  1.51907,
  1218.                   0 0 1  4.71239,
  1219.                   0 0 -1  1.62928,
  1220.                   0 0 -1  1.65673,
  1221.                   0 0 -1  1.66031,
  1222.                   0 0 -1  1.64718,
  1223.                   0 0 -1  1.6245,
  1224.                   0 0 -1  1.59944,
  1225.                   0 0 -1  1.57915,
  1226.                   0 0 1  4.71239 ]
  1227.               }
  1228.               DEF DRIVE2-LEVERTranslationInterp PositionInterpolator {
  1229.             key    [ 0, 0.222222 ]
  1230.             keyValue    [ -95.3715 -142.889 -211.693,
  1231.                   -95.3714 -142.889 -211.693 ]
  1232.               }
  1233.               DEF DRIVE2-LEVERRotationInterp OrientationInterpolator {
  1234.             key    [ 0, 0.222222 ]
  1235.             keyValue    [ 0.589474 0.589473 -0.552306  2.13237,
  1236.                   -0.0928673 -0.0928668 0.991338  4.70369 ]
  1237.               }
  1238.             ]
  1239.           }
  1240.           DEF DISK2-LOGIC Script {
  1241.             eventOut            SFFloat            fractionOut
  1242.             eventOut            SFTime            delayedStartTime
  1243.             eventOut            SFBool            moduleRemoved
  1244.             eventIn            SFBool            timerActive
  1245.             eventIn            SFFloat            fractionIn
  1246.             eventIn            SFTime            triggerTime
  1247.             field            SFBool            moduleRemovedStatus    TRUE
  1248.             url    "vrmlscript:
  1249. function timerActive(value, time)
  1250. {
  1251.     if (!value) moduleRemovedStatus = !moduleRemovedStatus;
  1252.     moduleRemoved = moduleRemovedStatus;
  1253. }
  1254.  
  1255. function fractionIn(value, time)
  1256. {
  1257.     if (!moduleRemovedStatus) fractionOut = value;
  1258.         else fractionOut = 1-value;
  1259. }
  1260.  
  1261. function triggerTime(value, time)
  1262. {
  1263.     delayedStartTime = value + 1;
  1264. }
  1265. "
  1266.           }
  1267.           DEF DRIVE2-LEVER Transform {
  1268.             children    Shape {
  1269.               appearance    Appearance {
  1270.             material    Material {
  1271.               ambientIntensity    0
  1272.               diffuseColor    0.01 0.01 0.01
  1273.               specularColor    0.03 0.03 0.03
  1274.               emissiveColor    0 0 0
  1275.               shininess    0.117021
  1276.               transparency    0
  1277.             }
  1278.  
  1279.             texture    NULL
  1280.  
  1281.             textureTransform    NULL
  1282.  
  1283.               }
  1284.  
  1285.               geometry    IndexedFaceSet {
  1286.             coord    Coordinate {
  1287.               point    [ 13.3992 -112.112 -15.6653,
  1288.                     13.7398 -111.628 -15.0247,
  1289.                     10.5 -111.339 -12.811,
  1290.                     9.95582 -112.112 -13.8344,
  1291.                     5.80187 35.562 5.3591,
  1292.                     5.80187 -54.4447 5.3591,
  1293.                     8.09835 -54.4446 5.50877,
  1294.                     8.09835 35.562 5.50877,
  1295.                     7.69199 -54.4446 -13.0473,
  1296.                     7.69199 35.5621 -13.0473,
  1297.                     9.92492 31.8125 -13.8926,
  1298.                     10.4691 32.5859 -12.8691,
  1299.                     9.94367 -55.508 -13.8573,
  1300.                     9.27577 -54.4446 -12.5574,
  1301.                     13.3683 31.8124 -15.7234,
  1302.                     13.3992 -112.112 -15.6653,
  1303.                     9.95582 -112.112 -13.8344,
  1304.                     9.92492 31.8125 -13.8926,
  1305.                     13.7089 32.2966 -15.0828,
  1306.                     13.3683 31.8124 -15.7234,
  1307.                     13.7398 -111.628 -15.0247,
  1308.                     13.7089 32.2966 -15.0828,
  1309.                     10.4691 32.5859 -12.8691,
  1310.                     10.4878 -54.7345 -12.8339,
  1311.                     7.69199 35.5621 -13.0473,
  1312.                     9.27577 35.5621 -12.5574,
  1313.                     10.5 -111.339 -12.811,
  1314.                     13.7398 -111.628 -15.0247,
  1315.                     13.3992 -112.112 -15.6653,
  1316.                     8.09835 -54.4446 5.50877,
  1317.                     8.09835 35.562 5.50877,
  1318.                     5.80187 35.562 5.3591,
  1319.                     8.09835 35.562 5.50877,
  1320.                     5.80187 -54.4447 5.3591,
  1321.                     5.80187 35.562 5.3591,
  1322.                     7.69199 -54.4446 -13.0473,
  1323.                     9.30087 -54.4446 -12.9424,
  1324.                     9.27577 35.5621 -12.5574,
  1325.                     9.95582 -112.112 -13.8344,
  1326.                     10.5 -111.339 -12.811,
  1327.                     10.4878 -54.7345 -12.8339,
  1328.                     9.94367 -55.508 -13.8573,
  1329.                     -0.371617 -9.99997 -11.7616,
  1330.                     -0.371617 10 -11.7616,
  1331.                     3.51229 10 -12.7678,
  1332.                     3.51229 -9.99995 -12.7678,
  1333.                     7.68397 10 -12.8484,
  1334.                     7.68397 -9.99997 -12.8484,
  1335.                     5.27018 -10 13.4389,
  1336.                     5.27018 9.99999 13.4389,
  1337.                     -2.33193 9.99996 12.7649,
  1338.                     -2.33193 -10 12.7649,
  1339.                     -7.26821 9.99997 9.64641,
  1340.                     -7.26821 -10 9.64641,
  1341.                     -9.95467 10 4.70947,
  1342.                     -9.95467 -9.99999 4.70947,
  1343.                     -10.6872 10 -4.57213e-05,
  1344.                     -10.6872 -9.99999 -4.56723e-05,
  1345.                     -9.23879 9.99997 -3.82684,
  1346.                     -9.23879 -10 -3.82684,
  1347.                     -7.07107 9.99998 -7.07107,
  1348.                     -7.07107 -10 -7.07107,
  1349.                     -4.04246 10 -9.75939,
  1350.                     -4.04246 -10 -9.75939,
  1351.                     -0.371617 10 -11.7616,
  1352.                     -0.371617 -9.99997 -11.7616,
  1353.                     6.32844 9.99996 0.905032,
  1354.                     -4.04246 10 -9.75939,
  1355.                     -7.07107 9.99998 -7.07107,
  1356.                     -9.23879 9.99997 -3.82684,
  1357.                     -10.6872 10 -4.57213e-05,
  1358.                     -9.95467 10 4.70947,
  1359.                     -7.26821 9.99997 9.64641,
  1360.                     -2.33193 9.99996 12.7649,
  1361.                     5.27018 9.99999 13.4389,
  1362.                     7.68397 10 -12.8484,
  1363.                     3.51229 10 -12.7678,
  1364.                     -0.371617 10 -11.7616,
  1365.                     6.32844 -10 0.905032,
  1366.                     -0.371617 -9.99997 -11.7616,
  1367.                     3.51229 -9.99995 -12.7678,
  1368.                     7.68397 -9.99997 -12.8484,
  1369.                     5.27018 -10 13.4389,
  1370.                     -2.33193 -10 12.7649,
  1371.                     -7.26821 -10 9.64641,
  1372.                     -9.95467 -9.99999 4.70947,
  1373.                     -10.6872 -9.99999 -4.56723e-05,
  1374.                     -9.23879 -10 -3.82684,
  1375.                     -7.07107 -10 -7.07107,
  1376.                     -4.04246 -10 -9.75939 ]
  1377.             }
  1378.  
  1379.             color    NULL
  1380.  
  1381.             coordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  1382.                   4, 5, 6, -1, 4, 6, 7, -1,
  1383.                   8, 9, 10, -1, 11, 10, 9, -1,
  1384.                   8, 12, 13, -1, 12, 10, 14, -1,
  1385.                   14, 15, 12, -1, 15, 16, 12, -1,
  1386.                   17, 11, 18, -1, 17, 18, 19, -1,
  1387.                   20, 21, 22, -1, 20, 22, 23, -1,
  1388.                   24, 25, 22, -1, 22, 25, 13, -1,
  1389.                   20, 23, 26, -1, 14, 21, 27, -1,
  1390.                   14, 27, 28, -1, 29, 13, 25, -1,
  1391.                   30, 29, 25, -1, 24, 31, 32, -1,
  1392.                   24, 8, 33, -1, 33, 8, 13, -1,
  1393.                   13, 29, 33, -1, 24, 33, 34, -1,
  1394.                   35, 13, 36, -1, 37, 24, 32, -1,
  1395.                   38, 39, 40, -1, 40, 22, 10, -1,
  1396.                   13, 40, 22, -1, 38, 40, 41, -1,
  1397.                   40, 10, 41, -1, 13, 41, 40, -1,
  1398.                   10, 41, 35, -1, 42, 43, 44, -1,
  1399.                   42, 44, 45, -1, 45, 44, 46, -1,
  1400.                   45, 46, 47, -1, 48, 49, 50, -1,
  1401.                   48, 50, 51, -1, 51, 50, 52, -1,
  1402.                   51, 52, 53, -1, 53, 52, 54, -1,
  1403.                   53, 54, 55, -1, 55, 54, 56, -1,
  1404.                   55, 56, 57, -1, 57, 56, 58, -1,
  1405.                   57, 58, 59, -1, 59, 58, 60, -1,
  1406.                   59, 60, 61, -1, 61, 60, 62, -1,
  1407.                   61, 62, 63, -1, 63, 62, 64, -1,
  1408.                   63, 64, 65, -1, 66, 67, 68, -1,
  1409.                   66, 68, 69, -1, 66, 69, 70, -1,
  1410.                   66, 70, 71, -1, 66, 71, 72, -1,
  1411.                   66, 72, 73, -1, 66, 73, 74, -1,
  1412.                   66, 75, 76, -1, 66, 76, 77, -1,
  1413.                   66, 77, 67, -1, 78, 79, 80, -1,
  1414.                   78, 80, 81, -1, 66, 82, 78, -1,
  1415.                   49, 82, 66, -1, 78, 82, 83, -1,
  1416.                   78, 83, 84, -1, 78, 84, 85, -1,
  1417.                   78, 85, 86, -1, 78, 86, 87, -1,
  1418.                   78, 87, 88, -1, 78, 88, 89, -1,
  1419.                   78, 89, 79, -1 ]
  1420.             colorIndex    [  ]
  1421.             normal    NULL
  1422.  
  1423.             ccw    TRUE
  1424.             solid    TRUE
  1425.             convex    TRUE
  1426.             creaseAngle    0.657466
  1427.               }
  1428.  
  1429.             }
  1430.  
  1431.             translation    -95.3714 -142.889 -211.693
  1432.             rotation    -0.0928673 -0.0928668 0.991338  4.70369
  1433.             scale    3.07743 0.0805776 3.07739
  1434.             scaleOrientation    1.02683e-07 -1 -2.14413e-10  0.148579
  1435.             center    6.55999 -38.2748 4.69403
  1436.           }
  1437.           DEF DRIVE2-CLONE Transform {
  1438.             children    USE DRIVE2-MODULE
  1439.  
  1440.             translation    0.000694275 0.00115967 6.10352e-05
  1441.             rotation    0 0 1  0
  1442.             scale    1.00001 1.00001 1
  1443.           }
  1444.         ]
  1445.         translation    -38.5098 228.407 -187.738
  1446.         rotation    0 0 -1  1.66031
  1447.         scale    0.999993 0.999993 0.999999
  1448.         center    -98.871 -163.147 -108.56
  1449.           }
  1450.         ]
  1451.         url    "TechDocs/hardDisks.html"
  1452.         parameter    "target=secondary"
  1453.       }
  1454.  
  1455.     }
  1456.     DEF AV-TREE Transform {
  1457.       children    Anchor {
  1458.         children    [
  1459.           DEF DefaultTouchSensor_35 TouchSensor {
  1460.           }
  1461.           DEF AV-ASSEMBLY Transform {
  1462.         children    [
  1463.           Group {
  1464.             children    [
  1465.               DEF AV-ANIMATION Group {
  1466.             children    DEF Time_37 TimeSensor {
  1467.               cycleInterval    4.5
  1468.               startTime    0
  1469.             }
  1470.  
  1471.               }
  1472.               DEF AV-ASSEMBLYTranslationInterp PositionInterpolator {
  1473.             key    [ 0, 0.111111, 0.377778, 0.402469,
  1474.                   0.427161, 0.451852, 0.476543, 0.501235,
  1475.                   0.525926, 0.550617, 0.575309, 0.6,
  1476.                   0.624691, 0.649383, 0.674074, 0.698765,
  1477.                   0.723457, 0.748148, 0.772839, 0.797531,
  1478.                   0.822222, 0.844444, 0.866667, 0.888889,
  1479.                   0.911111, 0.933333, 0.955556, 0.977778,
  1480.                   1 ]
  1481.             keyValue    [ -111.738 286.582 261.506,
  1482.                   -111.738 286.582 261.506,
  1483.                   -111.738 296.149 1.82712,
  1484.                   -111.128 296.116 -15.6242,
  1485.                   -109.603 295.973 -30.9611,
  1486.                   -107.62 295.659 -44.5175,
  1487.                   -105.637 295.108 -56.6274,
  1488.                   -104.112 294.257 -67.6247,
  1489.                   -103.501 293.042 -77.8436,
  1490.                   -104.264 291.401 -87.6179,
  1491.                   -106.857 289.269 -97.2818,
  1492.                   -111.738 286.582 -107.169,
  1493.                   -119.706 283.127 -117.138,
  1494.                   -130.702 278.859 -126.784,
  1495.                   -143.9 273.972 -136.046,
  1496.                   -158.47 268.657 -144.864,
  1497.                   -173.585 263.108 -153.176,
  1498.                   -188.417 257.517 -160.923,
  1499.                   -202.137 252.077 -168.043,
  1500.                   -213.918 246.981 -174.475,
  1501.                   -222.932 242.42 -180.159,
  1502.                   -228.232 238.793 -184.176,
  1503.                   -231.247 235.476 -186.905,
  1504.                   -232.504 232.398 -188.641,
  1505.                   -232.531 229.487 -189.684,
  1506.                   -231.854 226.671 -190.33,
  1507.                   -231.001 223.879 -190.878,
  1508.                   -230.5 221.039 -191.623,
  1509.                   -230.878 218.08 -192.864 ]
  1510.               }
  1511.               DEF AV-ASSEMBLYRotationInterp OrientationInterpolator {
  1512.             key    [ 0, 0.111111, 0.222222, 0.377778,
  1513.                   0.400823, 0.423869, 0.446914, 0.469959,
  1514.                   0.493004, 0.51605, 0.539095, 0.56214,
  1515.                   0.585185, 0.608231, 0.631276, 0.654321,
  1516.                   0.677366, 0.700412, 0.723457, 0.746502,
  1517.                   0.769547, 0.792593, 0.815638, 0.838683,
  1518.                   0.861728, 0.884773, 0.907819, 0.930864,
  1519.                   0.953909, 0.976954, 1 ]
  1520.             keyValue    [ 0 0 1  0,
  1521.                   0 0 1  0,
  1522.                   0 0 1  0,
  1523.                   1 0 0  0.0586691,
  1524.                   0.876529 0 -0.481349  0.0669992,
  1525.                   0.638273 0 -0.76981  0.091563,
  1526.                   0.451708 0 -0.892166  0.128037,
  1527.                   0.329691 0 -0.944089  0.172657,
  1528.                   0.249447 0 -0.968388  0.223387,
  1529.                   0.194425 0 -0.980917  0.279043,
  1530.                   0.155046 0 -0.987907  0.338799,
  1531.                   0.125802 0 -0.992055  0.401992,
  1532.                   0.103403 0 -0.99464  0.468035,
  1533.                   0.0858022 0 -0.996312  0.536386,
  1534.                   0.0716744 0 -0.997428  0.606525,
  1535.                   0.0601293 0 -0.998191  0.677943,
  1536.                   0.0505518 0 -0.998721  0.750142,
  1537.                   0.0425052 0 -0.999096  0.822631,
  1538.                   0.0356725 0 -0.999364  0.89492,
  1539.                   0.0298195 0 -0.999555  0.966522,
  1540.                   0.0247704 0 -0.999693  1.03695,
  1541.                   0.0203915 0 -0.999792  1.10573,
  1542.                   0.0165802 0 -0.999863  1.17237,
  1543.                   0.0132573 0 -0.999912  1.23638,
  1544.                   0.0103616 0 -0.999946  1.2973,
  1545.                   0.0078459 0 -0.999969  1.35464,
  1546.                   0.00567417 0 -0.999984  1.40791,
  1547.                   0.00381961 0 -0.999993  1.45664,
  1548.                   0.00226306 0 -0.999997  1.50036,
  1549.                   0.000992037 0 -1  1.53857,
  1550.                   0 0 1  4.71239 ]
  1551.               }
  1552.               DEF AV-LEVERTranslationInterp PositionInterpolator {
  1553.             key    [ 0, 0.111111, 0.222222 ]
  1554.             keyValue    [ -95.3715 -142.889 -211.693,
  1555.                   -95.3715 -142.889 -211.693,
  1556.                   -95.3718 -142.889 -211.693 ]
  1557.               }
  1558.               DEF AV-LEVERRotationInterp OrientationInterpolator {
  1559.             key    [ 0, 0.222222 ]
  1560.             keyValue    [ 0.589474 0.589473 -0.552306  2.13237,
  1561.                   -0.0987651 -0.0987644 0.990197  4.70254 ]
  1562.               }
  1563.               DEF AV-ASSEMBLYScaleOrientationInterp OrientationInterpolator {
  1564.             key    [ 0, 0.0222222, 0.0444445, 0.0666667,
  1565.                   0.0888889, 0.111111, 0.133333, 0.155556,
  1566.                   0.177778, 0.2, 0.222222, 0.244445,
  1567.                   0.266667, 0.288889, 0.311111, 0.333333,
  1568.                   0.355556, 0.377778, 0.40117, 0.424562,
  1569.                   0.447953, 0.471345, 0.494737, 0.518129,
  1570.                   0.54152, 0.564912, 0.588304, 0.611696,
  1571.                   0.635088, 0.658479, 0.681871, 0.705263,
  1572.                   0.728655, 0.752047, 0.775438, 0.79883,
  1573.                   0.822222 ]
  1574.             keyValue    [ 0 0 1  0,
  1575.                   0.999316 3.38608e-05 0.0369663  0,
  1576.                   0.998133 5.59472e-05 0.0610784  0,
  1577.                   0.99702 7.06598e-05 0.0771403  0.000976562,
  1578.                   0.996142 8.03811e-05 0.0877533  0.00138107,
  1579.                   0.995532 8.64919e-05 0.0944244  0.00169146,
  1580.                   0.99518 8.98299e-05 0.0980686  0.00229024,
  1581.                   0.995062 9.09156e-05 0.0992539  0.00284714,
  1582.                   0.995154 9.00712e-05 0.0983321  0.00338291,
  1583.                   0.995429 8.74853e-05 0.095509  0.00396682,
  1584.                   0.995861 8.325e-05 0.0908852  0.00447517,
  1585.                   0.996425 7.73807e-05 0.0844776  0.00497951,
  1586.                   0.99709 6.98257e-05 0.0762297  0.00552427,
  1587.                   0.997819 6.04685e-05 0.0660143  0.0059802,
  1588.                   0.998561 4.91234e-05 0.0536288  0.00640375,
  1589.                   0.999248 3.55255e-05 0.0387837  0.00680097,
  1590.                   0.999778 1.93126e-05 0.0210839  0.00707587,
  1591.                   1 0 0  0.00734048,
  1592.                   0.999732 -2.12151e-05 -0.0231609  0.00750112,
  1593.                   0.998697 -4.67526e-05 -0.0510405  0.0076584,
  1594.                   0.996548 -7.60394e-05 -0.0830133  0.00778193,
  1595.                   0.992956 -0.000108529 -0.118483  0.00784296,
  1596.                   0.987625 -0.000143661 -0.156837  0.00793364,
  1597.                   0.980318 -0.000180839 -0.197424  0.00799351,
  1598.                   0.970886 -0.00021942 -0.239544  0.00811194,
  1599.                   0.959282 -0.00025872 -0.282449  0.00817051,
  1600.                   0.945587 -0.000298035 -0.325369  0.00822867,
  1601.                   0.93001 -0.000336658 -0.367535  0.00831514,
  1602.                   0.912887 -0.000373919 -0.408212  0.00842905,
  1603.                   0.894667 -0.000409203 -0.446733  0.00851348,
  1604.                   0.875886 -0.000441982 -0.482518  0.00859709,
  1605.                   0.857136 -0.000471818 -0.51509  0.00873465,
  1606.                   0.839035 -0.000498369 -0.544077  0.00884316,
  1607.                   0.822201 -0.000521378 -0.569196  0.00895035,
  1608.                   0.807229 -0.000540652 -0.590238  0.00905628,
  1609.                   0.794675 -0.000556038 -0.607035  0.00916098,
  1610.                   0.785051 -0.000567392 -0.61943  0.00926449 ]
  1611.               }
  1612.             ]
  1613.           }
  1614.           DEF AV-LOGIC Script {
  1615.             eventOut            SFFloat            fractionOut
  1616.             eventOut            SFTime            delayedStartTime
  1617.             eventOut            SFBool            moduleRemoved
  1618.             eventIn            SFBool            timerActive
  1619.             eventIn            SFFloat            fractionIn
  1620.             eventIn            SFTime            triggerTime
  1621.             field            SFBool            moduleRemovedStatus    TRUE
  1622.             url    "vrmlscript:
  1623.  
  1624. function timerActive(value, time)
  1625. {
  1626.     if (!value) moduleRemovedStatus = !moduleRemovedStatus;
  1627.     moduleRemoved = moduleRemovedStatus;
  1628. }
  1629.  
  1630.  
  1631. function fractionIn(value, time)
  1632. {
  1633.     if (!moduleRemovedStatus) fractionOut = value;
  1634.         else fractionOut = 1-value;
  1635. }
  1636.  
  1637. function triggerTime(value, time)
  1638. {
  1639.     delayedStartTime = value + 1;
  1640. }
  1641. "
  1642.           }
  1643.           DEF AV-LEVER Transform {
  1644.             children    Shape {
  1645.               appearance    Appearance {
  1646.             material    Material {
  1647.               ambientIntensity    3.19149
  1648.               diffuseColor    0.01 0.01 0.01
  1649.               specularColor    0.0957447 0.0957447 0.0957447
  1650.               emissiveColor    0 0 0
  1651.               shininess    0.202128
  1652.               transparency    0
  1653.             }
  1654.  
  1655.             texture    NULL
  1656.  
  1657.             textureTransform    NULL
  1658.  
  1659.               }
  1660.  
  1661.               geometry    IndexedFaceSet {
  1662.             coord    Coordinate {
  1663.               point    [ 13.3992 -112.112 -15.6653,
  1664.                     13.7398 -111.628 -15.0247,
  1665.                     10.5 -111.339 -12.811,
  1666.                     9.95582 -112.112 -13.8344,
  1667.                     5.80187 35.562 5.3591,
  1668.                     5.80187 -54.4447 5.3591,
  1669.                     8.09835 -54.4446 5.50877,
  1670.                     8.09835 35.562 5.50877,
  1671.                     7.69199 -54.4446 -13.0473,
  1672.                     7.69199 35.5621 -13.0473,
  1673.                     9.92492 31.8125 -13.8926,
  1674.                     10.4691 32.5859 -12.8691,
  1675.                     9.94367 -55.508 -13.8573,
  1676.                     9.27577 -54.4446 -12.5574,
  1677.                     13.3683 31.8124 -15.7234,
  1678.                     13.3992 -112.112 -15.6653,
  1679.                     9.95582 -112.112 -13.8344,
  1680.                     9.92492 31.8125 -13.8926,
  1681.                     13.7089 32.2966 -15.0828,
  1682.                     13.3683 31.8124 -15.7234,
  1683.                     13.7398 -111.628 -15.0247,
  1684.                     13.7089 32.2966 -15.0828,
  1685.                     10.4691 32.5859 -12.8691,
  1686.                     10.4878 -54.7345 -12.8339,
  1687.                     7.69199 35.5621 -13.0473,
  1688.                     9.27577 35.5621 -12.5574,
  1689.                     10.5 -111.339 -12.811,
  1690.                     13.7398 -111.628 -15.0247,
  1691.                     13.3992 -112.112 -15.6653,
  1692.                     8.09835 -54.4446 5.50877,
  1693.                     8.09835 35.562 5.50877,
  1694.                     5.80187 35.562 5.3591,
  1695.                     8.09835 35.562 5.50877,
  1696.                     5.80187 -54.4447 5.3591,
  1697.                     5.80187 35.562 5.3591,
  1698.                     7.69199 -54.4446 -13.0473,
  1699.                     9.30087 -54.4446 -12.9424,
  1700.                     9.27577 35.5621 -12.5574,
  1701.                     9.95582 -112.112 -13.8344,
  1702.                     10.5 -111.339 -12.811,
  1703.                     10.4878 -54.7345 -12.8339,
  1704.                     9.94367 -55.508 -13.8573,
  1705.                     -0.371617 -9.99997 -11.7616,
  1706.                     -0.371617 10 -11.7616,
  1707.                     3.51229 10 -12.7678,
  1708.                     3.51229 -9.99995 -12.7678,
  1709.                     7.68397 10 -12.8484,
  1710.                     7.68397 -9.99997 -12.8484,
  1711.                     5.27018 -10 13.4389,
  1712.                     5.27018 9.99999 13.4389,
  1713.                     -2.33193 9.99996 12.7649,
  1714.                     -2.33193 -10 12.7649,
  1715.                     -7.26821 9.99997 9.64641,
  1716.                     -7.26821 -10 9.64641,
  1717.                     -9.95467 10 4.70947,
  1718.                     -9.95467 -9.99999 4.70947,
  1719.                     -10.6872 10 -4.57213e-05,
  1720.                     -10.6872 -9.99999 -4.56723e-05,
  1721.                     -9.23879 9.99997 -3.82684,
  1722.                     -9.23879 -10 -3.82684,
  1723.                     -7.07107 9.99998 -7.07107,
  1724.                     -7.07107 -10 -7.07107,
  1725.                     -4.04246 10 -9.75939,
  1726.                     -4.04246 -10 -9.75939,
  1727.                     -0.371617 10 -11.7616,
  1728.                     -0.371617 -9.99997 -11.7616,
  1729.                     6.32844 9.99996 0.905032,
  1730.                     -4.04246 10 -9.75939,
  1731.                     -7.07107 9.99998 -7.07107,
  1732.                     -9.23879 9.99997 -3.82684,
  1733.                     -10.6872 10 -4.57213e-05,
  1734.                     -9.95467 10 4.70947,
  1735.                     -7.26821 9.99997 9.64641,
  1736.                     -2.33193 9.99996 12.7649,
  1737.                     5.27018 9.99999 13.4389,
  1738.                     7.68397 10 -12.8484,
  1739.                     3.51229 10 -12.7678,
  1740.                     -0.371617 10 -11.7616,
  1741.                     6.32844 -10 0.905032,
  1742.                     -0.371617 -9.99997 -11.7616,
  1743.                     3.51229 -9.99995 -12.7678,
  1744.                     7.68397 -9.99997 -12.8484,
  1745.                     5.27018 -10 13.4389,
  1746.                     -2.33193 -10 12.7649,
  1747.                     -7.26821 -10 9.64641,
  1748.                     -9.95467 -9.99999 4.70947,
  1749.                     -10.6872 -9.99999 -4.56723e-05,
  1750.                     -9.23879 -10 -3.82684,
  1751.                     -7.07107 -10 -7.07107,
  1752.                     -4.04246 -10 -9.75939 ]
  1753.             }
  1754.  
  1755.             color    NULL
  1756.  
  1757.             coordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  1758.                   4, 5, 6, -1, 4, 6, 7, -1,
  1759.                   8, 9, 10, -1, 11, 10, 9, -1,
  1760.                   8, 12, 13, -1, 12, 10, 14, -1,
  1761.                   14, 15, 12, -1, 15, 16, 12, -1,
  1762.                   17, 11, 18, -1, 17, 18, 19, -1,
  1763.                   20, 21, 22, -1, 20, 22, 23, -1,
  1764.                   24, 25, 22, -1, 22, 25, 13, -1,
  1765.                   20, 23, 26, -1, 14, 21, 27, -1,
  1766.                   14, 27, 28, -1, 29, 13, 25, -1,
  1767.                   30, 29, 25, -1, 24, 31, 32, -1,
  1768.                   24, 8, 33, -1, 33, 8, 13, -1,
  1769.                   13, 29, 33, -1, 24, 33, 34, -1,
  1770.                   35, 13, 36, -1, 37, 24, 32, -1,
  1771.                   38, 39, 40, -1, 40, 22, 10, -1,
  1772.                   13, 40, 22, -1, 38, 40, 41, -1,
  1773.                   40, 10, 41, -1, 13, 41, 40, -1,
  1774.                   10, 41, 35, -1, 42, 43, 44, -1,
  1775.                   42, 44, 45, -1, 45, 44, 46, -1,
  1776.                   45, 46, 47, -1, 48, 49, 50, -1,
  1777.                   48, 50, 51, -1, 51, 50, 52, -1,
  1778.                   51, 52, 53, -1, 53, 52, 54, -1,
  1779.                   53, 54, 55, -1, 55, 54, 56, -1,
  1780.                   55, 56, 57, -1, 57, 56, 58, -1,
  1781.                   57, 58, 59, -1, 59, 58, 60, -1,
  1782.                   59, 60, 61, -1, 61, 60, 62, -1,
  1783.                   61, 62, 63, -1, 63, 62, 64, -1,
  1784.                   63, 64, 65, -1, 66, 67, 68, -1,
  1785.                   66, 68, 69, -1, 66, 69, 70, -1,
  1786.                   66, 70, 71, -1, 66, 71, 72, -1,
  1787.                   66, 72, 73, -1, 66, 73, 74, -1,
  1788.                   66, 75, 76, -1, 66, 76, 77, -1,
  1789.                   66, 77, 67, -1, 78, 79, 80, -1,
  1790.                   78, 80, 81, -1, 66, 82, 78, -1,
  1791.                   49, 82, 66, -1, 78, 82, 83, -1,
  1792.                   78, 83, 84, -1, 78, 84, 85, -1,
  1793.                   78, 85, 86, -1, 78, 86, 87, -1,
  1794.                   78, 87, 88, -1, 78, 88, 89, -1,
  1795.                   78, 89, 79, -1 ]
  1796.             colorIndex    [  ]
  1797.             normal    NULL
  1798.  
  1799.             ccw    TRUE
  1800.             solid    TRUE
  1801.             convex    TRUE
  1802.             creaseAngle    0.657466
  1803.               }
  1804.  
  1805.             }
  1806.  
  1807.             translation    -95.3718 -142.889 -211.693
  1808.             rotation    -0.0987651 -0.0987644 0.990197  4.70254
  1809.             scale    3.07741 0.0805777 3.07741
  1810.             scaleOrientation    2.0107e-08 -1 -2.00648e-08  0.448027
  1811.             center    6.55999 -38.2748 4.69403
  1812.           }
  1813.           DEF AV-PORT-ANCHOR-TREE Transform {
  1814.             children    Anchor {
  1815.               children    DEF AV-PORT-ANCHOR Transform {
  1816.             children    Shape {
  1817.               appearance    Appearance {
  1818.                 material    Material {
  1819.                   ambientIntensity    0.2
  1820.                   diffuseColor    0.8 0.8 0.8
  1821.                   specularColor    0 0 0
  1822.                   emissiveColor    0 0 0
  1823.                   shininess    0.2
  1824.                   transparency    1
  1825.                 }
  1826.  
  1827.                 texture    NULL
  1828.  
  1829.                 textureTransform    NULL
  1830.  
  1831.               }
  1832.  
  1833.               geometry    IndexedFaceSet {
  1834.                 coord    Coordinate {
  1835.                   point    [ -100 100 100,
  1836.                         -100 -100 100,
  1837.                         100 100 100,
  1838.                         100 -100 100 ]
  1839.                 }
  1840.  
  1841.                 color    NULL
  1842.  
  1843.                 coordIndex    [ 0, 1, 3, 2, -1 ]
  1844.                 colorIndex    [  ]
  1845.                 normal    NULL
  1846.  
  1847.                 creaseAngle    0.5
  1848.               }
  1849.  
  1850.             }
  1851.  
  1852.             translation    -0.736622 -162.703 -151.763
  1853.             rotation    -1.76914e-06 1 -1.88054e-06  4.71239
  1854.             scale    0.406298 0.18727 1.12641
  1855.             scaleOrientation    0 0 1  0
  1856.               }
  1857.  
  1858.               url    "TechDocs/avModule.html#ports"
  1859.               description    ""
  1860.               parameter    "target=secondary"
  1861.             }
  1862.  
  1863.           }
  1864.           DEF AV-MODULE Transform {
  1865.             children    Shape {
  1866.               appearance    Appearance {
  1867.             material    Material {
  1868.               ambientIntensity    0
  1869.               diffuseColor    0.01 0.01 0.01
  1870.               specularColor    0.03 0.03 0.03
  1871.               emissiveColor    0.361702 0.361702 0.361702
  1872.               shininess    0.117021
  1873.               transparency    0
  1874.             }
  1875.  
  1876.             texture    ImageTexture {
  1877.               url    "Textures/avModule.512.jpg"
  1878.             }
  1879.  
  1880.             textureTransform    TextureTransform {
  1881.               translation    -0.46 0.02
  1882.               rotation    0
  1883.               scale    0.402069 0.78538
  1884.               center    0.96 0.48
  1885.             }
  1886.  
  1887.               }
  1888.  
  1889.               geometry    IndexedFaceSet {
  1890.             coord    Coordinate {
  1891.               point    [ -10 10 10,
  1892.                     -10 -10 10,
  1893.                     10 10 10,
  1894.                     10 -10 10,
  1895.                     10 10 -10,
  1896.                     10 -10 -10,
  1897.                     -10 10 -10,
  1898.                     -10 -10 -10,
  1899.                     -5.89351 24.2011 5.37785,
  1900.                     -5.89351 24.2011 -5.53312,
  1901.                     5.01746 24.2011 5.37785,
  1902.                     5.01746 24.2011 -5.53312,
  1903.                     -10.3252 10 416.357,
  1904.                     -10.3252 -10 416.357,
  1905.                     9.67484 -10 416.357,
  1906.                     9.67484 10 416.357,
  1907.                     9.67484 -10 396.357,
  1908.                     9.67484 10 396.357,
  1909.                     -10.3252 -10 396.357,
  1910.                     -10.3252 10 396.357,
  1911.                     -6.21868 24.2012 411.735,
  1912.                     -6.21868 24.2012 400.824,
  1913.                     4.6923 24.2012 411.735,
  1914.                     4.6923 24.2012 400.824,
  1915.                     42.3283 -8.4772 419.421,
  1916.                     -62.4091 -8.47711 419.421,
  1917.                     -62.4104 -416.457 419.424,
  1918.                     -62.4083 -8.47812 -13.9458,
  1919.                     -62.4096 -416.458 -13.9433,
  1920.                     42.3291 -8.47821 -13.9456,
  1921.                     42.3281 -298.426 -13.9438,
  1922.                     42.3273 -298.425 419.423,
  1923.                     26.0426 -298.425 419.423,
  1924.                     26.0423 -416.457 419.424,
  1925.                     25.0415 -416.458 -13.9431,
  1926.                     25.0421 -298.426 -13.9439,
  1927.                     9.67484 10 416.357,
  1928.                     9.67484 -10 416.357,
  1929.                     9.67484 10 396.357,
  1930.                     9.67484 -10 396.357,
  1931.                     -10.3252 10 396.357,
  1932.                     -10.3252 -10 396.357,
  1933.                     -10.3252 -10 416.357,
  1934.                     -10.3252 10 416.357,
  1935.                     -10.3252 10 396.357,
  1936.                     -6.21868 24.2012 411.735,
  1937.                     -10.3252 10 416.357,
  1938.                     9.67484 10 416.357,
  1939.                     -6.21868 24.2012 400.824,
  1940.                     -6.21868 24.2012 400.824,
  1941.                     4.6923 24.2012 400.824,
  1942.                     -62.4091 -8.47711 419.421,
  1943.                     42.3283 -8.4772 419.421,
  1944.                     -62.4092 -298.426 -13.944,
  1945.                     -62.4083 -8.47812 -13.9458,
  1946.                     42.3291 -8.47821 -13.9456,
  1947.                     42.3281 -298.426 -13.9438,
  1948.                     42.3273 -298.425 419.423,
  1949.                     42.3283 -8.4772 419.421,
  1950.                     -62.4091 -8.47711 419.421,
  1951.                     -62.41 -298.425 419.423,
  1952.                     -62.4104 -416.457 419.424,
  1953.                     -62.4096 -416.458 -13.9433,
  1954.                     -70.5225 -421.562 54.1027,
  1955.                     -70.5225 -416.434 54.1027,
  1956.                     -70.5225 -416.434 -32.3127,
  1957.                     -70.5225 -421.562 -32.3127,
  1958.                     50.4639 -421.562 -32.3127,
  1959.                     50.4639 -416.434 -32.3127,
  1960.                     50.4639 -416.434 54.1027,
  1961.                     50.4639 -421.562 54.1027,
  1962.                     51.7913 -421.562 438.649,
  1963.                     -70.5225 -421.562 438.649,
  1964.                     -70.5225 -421.562 288.61,
  1965.                     51.7913 -416.434 438.649,
  1966.                     51.7913 -421.562 288.61,
  1967.                     51.7913 -416.434 288.61,
  1968.                     50.4639 -421.562 54.1027,
  1969.                     26.6664 -416.434 54.1027,
  1970.                     19.5689 -421.562 54.1027,
  1971.                     50.4639 -416.434 54.1027,
  1972.                     -70.5225 -416.434 288.61,
  1973.                     26.6664 -416.434 288.61,
  1974.                     26.6664 -416.434 54.1027,
  1975.                     -70.5225 -416.434 54.1027,
  1976.                     -70.5225 -416.434 288.61,
  1977.                     -70.5225 -416.434 54.1027,
  1978.                     19.5689 -421.562 288.61,
  1979.                     -70.5225 -421.562 54.1027,
  1980.                     19.5689 -421.562 288.61,
  1981.                     26.6664 -416.434 288.61,
  1982.                     19.5689 -421.562 54.1027,
  1983.                     26.6664 -416.434 54.1027,
  1984.                     -70.5225 -416.434 438.649,
  1985.                     51.7913 -416.434 288.61,
  1986.                     -70.5225 -416.434 438.649,
  1987.                     50.4639 -421.562 54.1027,
  1988.                     -70.5225 -421.562 54.1027,
  1989.                     50.4639 -421.562 -32.3127,
  1990.                     -70.5225 -421.562 -32.3127,
  1991.                     -70.5225 -416.434 -32.3127,
  1992.                     50.4639 -416.434 -32.3127,
  1993.                     -70.5225 -416.434 54.1027,
  1994.                     50.4639 -416.434 54.1027,
  1995.                     42.3283 -8.4772 419.421,
  1996.                     4.6923 24.2012 400.824,
  1997.                     9.67484 10 416.357,
  1998.                     -10.3252 10 416.357,
  1999.                     9.67484 -10 416.357,
  2000.                     9.67484 10 396.357,
  2001.                     9.67484 -10 396.357,
  2002.                     9.67484 10 396.357,
  2003.                     -10.3252 10 416.357,
  2004.                     -6.21868 24.2012 411.735,
  2005.                     -10.3252 10 396.357,
  2006.                     -10.3252 10 416.357,
  2007.                     -6.21868 24.2012 411.735,
  2008.                     -10.3252 10 396.357,
  2009.                     -6.21868 24.2012 400.824,
  2010.                     9.67484 10 396.357,
  2011.                     -10.3252 10 396.357,
  2012.                     -6.21868 24.2012 400.824,
  2013.                     4.6923 24.2012 400.824,
  2014.                     9.67484 10 396.357,
  2015.                     26.0426 -298.425 419.423,
  2016.                     25.0415 -416.458 -13.9431,
  2017.                     26.0426 -298.425 419.423,
  2018.                     25.0421 -298.426 -13.9439,
  2019.                     25.0421 -298.426 -13.9439,
  2020.                     42.3281 -298.426 -13.9438,
  2021.                     42.3273 -298.425 419.423,
  2022.                     -70.5225 -421.562 438.649,
  2023.                     51.7913 -421.562 438.649,
  2024.                     51.7913 -421.562 288.61,
  2025.                     -70.5225 -421.562 288.61,
  2026.                     -70.5225 -421.562 288.61,
  2027.                     19.5689 -421.562 54.1027,
  2028.                     -70.5225 -421.562 54.1027,
  2029.                     26.0423 -416.457 419.424,
  2030.                     26.0426 -298.425 419.423,
  2031.                     -62.41 -298.425 419.423,
  2032.                     42.3273 -298.425 419.423,
  2033.                     42.3283 -8.4772 419.421,
  2034.                     -62.41 -298.425 419.423,
  2035.                     -62.4083 -8.47812 -13.9458,
  2036.                     42.3291 -8.47821 -13.9456,
  2037.                     42.3281 -298.426 -13.9438,
  2038.                     -62.4083 -8.47812 -13.9458,
  2039.                     25.0421 -298.426 -13.9439,
  2040.                     25.0415 -416.458 -13.9431,
  2041.                     -62.4092 -298.426 -13.944 ]
  2042.             }
  2043.  
  2044.             color    NULL
  2045.  
  2046.             coordIndex    [ 30, 29, 24, -1, 56, 52, 31, -1,
  2047.                   58, 27, 25, -1, 104, 55, 54, -1,
  2048.                   21, 22, 23, -1, 48, 20, 22, -1,
  2049.                   22, 45, 12, -1, 22, 43, 15, -1,
  2050.                   50, 22, 15, -1, 105, 15, 17, -1,
  2051.                   36, 16, 38, -1, 47, 14, 39, -1,
  2052.                   46, 37, 106, -1, 107, 13, 108, -1,
  2053.                   0, 1, 3, -1, 0, 3, 2, -1,
  2054.                   10, 0, 2, -1, 10, 8, 0, -1,
  2055.                   9, 8, 10, -1, 9, 10, 11, -1,
  2056.                   2, 3, 5, -1, 2, 5, 4, -1,
  2057.                   11, 2, 4, -1, 11, 10, 2, -1,
  2058.                   6, 7, 1, -1, 6, 1, 0, -1,
  2059.                   8, 6, 0, -1, 8, 9, 6, -1,
  2060.                   9, 4, 6, -1, 9, 11, 4, -1,
  2061.                   4, 5, 7, -1, 4, 7, 6, -1,
  2062.                   109, 110, 18, -1, 111, 18, 19, -1,
  2063.                   40, 41, 42, -1, 44, 42, 112, -1,
  2064.                   113, 114, 115, -1, 116, 49, 117, -1,
  2065.                   118, 119, 120, -1, 121, 122, 123, -1,
  2066.                   33, 34, 32, -1, 124, 125, 35, -1,
  2067.                   57, 126, 127, -1, 128, 129, 130, -1,
  2068.                   63, 64, 65, -1, 63, 65, 66, -1,
  2069.                   67, 68, 69, -1, 67, 69, 70, -1,
  2070.                   71, 72, 73, -1, 131, 132, 74, -1,
  2071.                   73, 75, 71, -1, 74, 132, 76, -1,
  2072.                   76, 132, 133, -1, 77, 78, 79, -1,
  2073.                   77, 80, 78, -1, 81, 82, 83, -1,
  2074.                   81, 83, 84, -1, 131, 85, 134, -1,
  2075.                   134, 85, 86, -1, 87, 135, 88, -1,
  2076.                   134, 86, 97, -1, 88, 91, 87, -1,
  2077.                   76, 133, 89, -1, 76, 89, 90, -1,
  2078.                   90, 89, 136, -1, 90, 136, 92, -1,
  2079.                   74, 93, 131, -1, 131, 93, 85, -1,
  2080.                   94, 81, 95, -1, 95, 74, 94, -1,
  2081.                   66, 67, 96, -1, 96, 137, 66, -1,
  2082.                   98, 99, 100, -1, 100, 101, 98, -1,
  2083.                   68, 65, 102, -1, 102, 103, 68, -1,
  2084.                   26, 138, 139, -1, 26, 139, 60, -1,
  2085.                   51, 140, 141, -1, 51, 141, 142, -1,
  2086.                   61, 143, 59, -1, 145, 146, 53, -1,
  2087.                   145, 53, 147, -1, 148, 149, 62, -1,
  2088.                   148, 62, 150, -1, 140, 59, 144, 150,
  2089.                   -1, 61, 60, 150, 28, -1 ]
  2090.             colorIndex    [  ]
  2091.             normal    NULL
  2092.  
  2093.             texCoord    TextureCoordinate {
  2094.               point    [ -0.0388253 1.00108,
  2095.                     -0.0411995 0.00102289,
  2096.                     1.00757 1.00099,
  2097.                     1.00757 0.00165872,
  2098.                     1.83138 0.55967,
  2099.                     1.50582 0.656163,
  2100.                     1.48868 0.55967,
  2101.                     1 0.714878,
  2102.                     1.02012 0.708587,
  2103.                     1.74571 0.401771,
  2104.                     1.43156 1.00705,
  2105.                     1.75142 0.933948,
  2106.                     1.62005 0.618151,
  2107.                     2.00844 0.890087,
  2108.                     0.902097 1.11493,
  2109.                     1.61434 0.989505,
  2110.                     1.63147 1.05091,
  2111.                     1.74 0.94272,
  2112.                     1.6429 0.474873,
  2113.                     0.0652428 0.995026,
  2114.                     0.350257 0.994754,
  2115.                     0.350257 1.11543,
  2116.                     0.0652428 1.11598,
  2117.                     0.35287 0.994754,
  2118.                     0.888197 0.995406,
  2119.                     0.888049 1.11577,
  2120.                     0.352347 1.11569,
  2121.                     1.25709 0.711787,
  2122.                     1.25825 1.00095,
  2123.                     1.01932 1.00036,
  2124.                     1.00757 0.709521,
  2125.                     1.2998 -0.00802669,
  2126.                     1.3018 0.708759,
  2127.                     1.02325 -0.00675581,
  2128.                     -0.0386279 1.00913,
  2129.                     -0.207189 1.00828,
  2130.                     -0.20552 0.711801,
  2131.                     -0.0364566 0.710826,
  2132.                     -0.0418611 0.000796914,
  2133.                     -0.0365388 0.71085,
  2134.                     -0.234085 0.711646,
  2135.                     -0.232455 0.000982761,
  2136.                     0.0157816 -0.146443,
  2137.                     1.00559 -0.0311391,
  2138.                     0.0151423 -0.0296255,
  2139.                     0.0157816 -0.145898,
  2140.                     1.00284 -0.146528,
  2141.                     1.00463 -0.0311485,
  2142.                     1.46497 0.0156379,
  2143.                     1.24311 -0.059276,
  2144.                     1.31392 0.0373871,
  2145.                     1.43665 0.0857187,
  2146.                     1.36112 0.13405,
  2147.                     1.53106 0.977436,
  2148.                     1.5877 -0.0471931,
  2149.                     1.3564 0.0736358,
  2150.                     1.52162 0.994352,
  2151.                     1.15815 0.0881353,
  2152.                     1.17703 0.155799,
  2153.                     1.27616 0.14855,
  2154.                     1.57354 0.984686,
  2155.                     1.25727 0.0349706,
  2156.                     1.15815 -0.0447765,
  2157.                     1.30448 0.100218,
  2158.                     1.1251 -0.013361,
  2159.                     1.55938 0.419206,
  2160.                     1.63963 0.375708,
  2161.                     1.23839 -0.030277,
  2162.                     1.5405 0.341876,
  2163.                     1.63019 0.450622,
  2164.                     1.34224 -0.013361,
  2165.                     1.48857 0.0180545,
  2166.                     1.38945 -0.0906915,
  2167.                     1.45553 -0.0399434,
  2168.                     1.53106 -0.059276,
  2169.                     1.48857 0.984686,
  2170.                     1.54994 0.984686,
  2171.                     1.62547 0.96052,
  2172.                     1.55466 0.634282,
  2173.                     1.64907 0.96052,
  2174.                     1.63963 0.660864,
  2175.                     1.47913 -0.0858583,
  2176.                     1.68288 0.676632,
  2177.                     1.50746 0.76236,
  2178.                     1.62547 0.975019,
  2179.                     1.34018 0.784821,
  2180.                     1.69627 0.832441,
  2181.                     1.61603 0.895272,
  2182.                     1.68859 0.623999,
  2183.                     1.68859 0.349139,
  2184.                     1.89992 0.264341,
  2185.                     2.01987 0.653239,
  2186.                     1.56865 0.404696,
  2187.                     1.51724 0.164924,
  2188.                     1.78569 0.357911,
  2189.                     1.89992 0.194164,
  2190.                     1.70573 0.778973,
  2191.                     1.53438 0.54505,
  2192.                     1.81996 0.448556,
  2193.                     1.85994 0.755581,
  2194.                     1.38587 0.700024,
  2195.                     1.76855 0.0304178,
  2196.                     1.86565 0.708796,
  2197.                     1.31733 0.0362659,
  2198.                     1.6943 0.0245697,
  2199.                     1.80282 1.0012,
  2200.                     1.51153 0.755581,
  2201.                     1.61434 0.732189,
  2202.                     1.6943 0.767277,
  2203.                     1.6943 0.507037,
  2204.                     1.71715 0.694176 ]
  2205.             }
  2206.  
  2207.             texCoordIndex    [ 5, 103, 104, -1, 100, 101, 102, -1,
  2208.                   42, 43, 44, -1, 45, 46, 47, -1,
  2209.                   78, 3, 79, -1, 80, 81, 3, -1,
  2210.                   3, 72, 73, -1, 3, 74, 3, -1,
  2211.                   75, 3, 3, -1, 76, 3, 77, -1,
  2212.                   54, 55, 56, -1, 57, 58, 3, -1,
  2213.                   51, 52, 53, -1, 48, 49, 50, -1,
  2214.                   93, 89, 90, -1, 93, 90, 95, -1,
  2215.                   94, 93, 95, -1, 94, 92, 93, -1,
  2216.                   97, 92, 94, -1, 97, 94, 98, -1,
  2217.                   95, 90, 91, -1, 95, 91, 99, -1,
  2218.                   98, 95, 99, -1, 98, 94, 95, -1,
  2219.                   96, 88, 89, -1, 96, 89, 93, -1,
  2220.                   92, 96, 93, -1, 92, 97, 96, -1,
  2221.                   97, 99, 96, -1, 97, 98, 99, -1,
  2222.                   99, 91, 88, -1, 99, 88, 96, -1,
  2223.                   61, 62, 3, -1, 59, 3, 60, -1,
  2224.                   63, 64, 3, -1, 65, 3, 60, -1,
  2225.                   66, 67, 68, -1, 69, 70, 71, -1,
  2226.                   82, 83, 84, -1, 85, 86, 87, -1,
  2227.                   10, 105, 106, -1, 107, 11, 108, -1,
  2228.                   6, 9, 109, -1, 12, 4, 110, -1,
  2229.                   13, 14, 15, -1, 13, 15, 16, -1,
  2230.                   13, 14, 15, -1, 13, 15, 16, -1,
  2231.                   22, 19, 20, -1, 16, 13, 17, -1,
  2232.                   20, 21, 22, -1, 17, 13, 17, -1,
  2233.                   17, 13, 13, -1, 13, 18, 17, -1,
  2234.                   13, 14, 18, -1, 18, 15, 15, -1,
  2235.                   18, 15, 18, -1, 16, 15, 16, -1,
  2236.                   16, 15, 15, -1, 26, 23, 24, -1,
  2237.                   16, 15, 16, -1, 24, 25, 26, -1,
  2238.                   17, 13, 13, -1, 17, 13, 17, -1,
  2239.                   17, 13, 13, -1, 17, 13, 17, -1,
  2240.                   17, 15, 16, -1, 16, 15, 15, -1,
  2241.                   13, 18, 18, -1, 18, 17, 13, -1,
  2242.                   16, 13, 14, -1, 14, 15, 16, -1,
  2243.                   16, 13, 14, -1, 14, 15, 16, -1,
  2244.                   14, 15, 16, -1, 16, 13, 14, -1,
  2245.                   34, 35, 36, -1, 34, 36, 37, -1,
  2246.                   38, 39, 40, -1, 38, 40, 41, -1,
  2247.                   0, 7, 1, -1, 31, 32, 8, -1,
  2248.                   31, 8, 33, -1, 27, 28, 29, -1,
  2249.                   27, 29, 30, -1, 39, 1, 3, 30,
  2250.                   -1, 0, 37, 30, 2, -1 ]
  2251.             creaseAngle    0.5
  2252.               }
  2253.  
  2254.             }
  2255.  
  2256.             translation    -89.5054 35.5332 -302.395
  2257.             rotation    1 5.11998e-08 -2.23109e-08  1.5708
  2258.             scale    0.270908 0.506562 0.270906
  2259.             scaleOrientation    -5.75134e-05 -1 -1.14784e-05  0.00390625
  2260.             center    -9.3656 -198.68 203.168
  2261.           }
  2262.         ]
  2263.         translation    -230.878 218.08 -192.864
  2264.         rotation    0 0 1  4.71239
  2265.         scale    0.999995 1 1
  2266.         scaleOrientation    0.785051 -0.000567392 -0.61943  0.00926449
  2267.         center    -98.871 -163.147 -108.56
  2268.           }
  2269.         ]
  2270.         url    "TechDocs/avModule.html"
  2271.         description    ""
  2272.         parameter    "target=secondary"
  2273.       }
  2274.  
  2275.     }
  2276.     DEF MOTHERBOARD-ASSEMBLY Transform {
  2277.       children    [
  2278.         Group {
  2279.           children    [
  2280.         DEF CPU-ANIMATION Group {
  2281.           children    DEF Time_46 TimeSensor {
  2282.             cycleInterval    6
  2283.             startTime    0
  2284.           }
  2285.  
  2286.         }
  2287.         DEF MOTHERBOARD-ASSEMBLYTranslationInterp PositionInterpolator {
  2288.           key    [ 0, 0.3, 0.4, 0.416667,
  2289.                 0.433333, 0.45, 0.466667, 0.483334,
  2290.                 0.5, 0.516667, 0.533334, 0.55,
  2291.                 0.566667, 0.585417, 0.604167, 0.622917,
  2292.                 0.641667, 0.660417, 0.679167, 0.697917,
  2293.                 0.716667, 0.735417, 0.754167, 0.772917,
  2294.                 0.791667, 0.810417, 0.829167, 0.847917,
  2295.                 0.866667, 0.885715, 0.904762, 0.92381,
  2296.                 0.942857, 0.961905, 0.980952, 1 ]
  2297.           keyValue    [ -42.416 286.467 260.154,
  2298.                 -42.416 286.467 86.0019,
  2299.                 -42.416 302.019 26.6543,
  2300.                 -43.0316 307.286 20.026,
  2301.                 -44.6049 313.483 13.5047,
  2302.                 -46.7254 320.319 7.21165,
  2303.                 -48.9827 327.506 1.26815,
  2304.                 -50.9663 334.754 -4.20448,
  2305.                 -52.266 341.772 -9.08494,
  2306.                 -52.4712 348.27 -13.2519,
  2307.                 -51.1715 353.96 -16.5841,
  2308.                 -47.9566 358.55 -18.9603,
  2309.                 -42.416 361.752 -20.259,
  2310.                 -32.3088 363.678 -19.826,
  2311.                 -18.1451 364.163 -17.2631,
  2312.                 -1.0764 363.404 -13.1037,
  2313.                 17.7462 361.597 -7.88081,
  2314.                 37.1713 358.938 -2.12767,
  2315.                 56.0476 355.626 3.62257,
  2316.                 73.224 351.855 8.83672,
  2317.                 87.549 347.822 12.9816,
  2318.                 99.6427 342.951 16.3843,
  2319.                 110.867 336.809 19.6928,
  2320.                 121.184 329.804 22.8551,
  2321.                 130.556 322.346 25.8196,
  2322.                 138.945 314.846 28.5343,
  2323.                 146.314 307.713 30.9475,
  2324.                 152.623 301.357 33.0073,
  2325.                 157.835 296.188 34.6619,
  2326.                 161.306 292.29 35.7327,
  2327.                 162.657 289.426 36.1491,
  2328.                 162.464 287.315 36.0897,
  2329.                 161.307 285.673 35.7327,
  2330.                 159.764 284.22 35.2568,
  2331.                 158.414 282.673 34.8404,
  2332.                 157.835 280.749 34.6619 ]
  2333.         }
  2334.         DEF MOTHERBOARD-ASSEMBLYRotationInterp OrientationInterpolator {
  2335.           key    [ 0, 0.3, 0.4, 0.416667,
  2336.                 0.433333, 0.45, 0.466667, 0.483334,
  2337.                 0.5, 0.516667, 0.533334, 0.55,
  2338.                 0.566667, 0.584314, 0.601961, 0.619608,
  2339.                 0.637255, 0.654902, 0.672549, 0.690196,
  2340.                 0.707843, 0.72549, 0.743137, 0.760784,
  2341.                 0.778431, 0.796078, 0.813725, 0.831372,
  2342.                 0.849019, 0.866667, 0.885715, 0.904762,
  2343.                 0.92381, 0.942857, 0.961905, 0.980952,
  2344.                 1 ]
  2345.           keyValue    [ 0 0 1  0,
  2346.                 0 0 1  0,
  2347.                 1 0 0  0.120595,
  2348.                 0.999691 0.0248473 4.68028e-09  0.126039,
  2349.                 0.996361 0.0852385 1.57435e-08  0.130636,
  2350.                 0.986704 0.162526 2.98539e-08  0.134894,
  2351.                 0.970645 0.240519 4.41144e-08  0.138901,
  2352.                 0.952037 0.305983 5.6162e-08  0.142166,
  2353.                 0.937235 0.348699 6.41839e-08  0.143712,
  2354.                 0.933228 0.359285 6.65319e-08  0.142381,
  2355.                 0.945943 0.324332 6.08545e-08  0.137334,
  2356.                 0.975814 0.218603 4.2691e-08  0.128934,
  2357.                 1 -1.12537e-09 4.48179e-09  0.120595,
  2358.                 0.979575 -0.201081 -3.27528e-08  0.119042,
  2359.                 0.899301 -0.437329 -7.92894e-08  0.124036,
  2360.                 0.760635 -0.64918 -1.22785e-07  0.138748,
  2361.                 0.603068 -0.797689 -1.54405e-07  0.163682,
  2362.                 0.462419 -0.886662 -1.73994e-07  0.197233,
  2363.                 0.350537 -0.936549 -1.85239e-07  0.237207,
  2364.                 0.265189 -0.964197 -1.91435e-07  0.281633,
  2365.                 0.20053 -0.979688 -1.94633e-07  0.328887,
  2366.                 0.151189 -0.988505 -1.95982e-07  0.37762,
  2367.                 0.113097 -0.993584 -1.96107e-07  0.426656,
  2368.                 0.0833523 -0.99652 -1.95342e-07  0.47493,
  2369.                 0.0599206 -0.998203 -1.93864e-07  0.521443,
  2370.                 0.0413742 -0.999144 -1.9175e-07  0.565241,
  2371.                 0.0267096 -0.999643 -1.89016e-07  0.605402,
  2372.                 0.0152225 -0.999884 -1.85634e-07  0.641019,
  2373.                 0.00642625 -0.999979 -1.81532e-07  0.671201,
  2374.                 -1.89061e-07 -1 -1.76598e-07  0.695069,
  2375.                 -0.00902728 -0.999959 -1.59225e-07  0.731527,
  2376.                 -0.0123094 -0.999924 -1.34902e-07  0.745719,
  2377.                 -0.0118478 -0.99993 -1.05526e-07  0.743691,
  2378.                 -0.0090272 -0.999959 -7.31333e-08  0.731527,
  2379.                 -0.00512393 -0.999987 -4.05589e-08  0.715317,
  2380.                 -0.00156697 -0.999999 -1.18525e-08  0.701142,
  2381.                 -2.20065e-09 -1 7.76045e-09  0.695069 ]
  2382.         }
  2383.         DEF MOTHERBOARD-ASSEMBLYScaleOrientationInterp OrientationInterpolator {
  2384.           key    [ 0, 0.3, 0.4 ]
  2385.           keyValue    [ 0 0 1  0,
  2386.                 0.158041 -0.537739 -0.828167  0.773075,
  2387.                 -0.610308 0.648401 0.455082  1.15164 ]
  2388.         }
  2389.         DEF MOTHERBOARD-LEVERRotationInterp OrientationInterpolator {
  2390.           key    [ 0, 0.0166667, 0.0333334, 0.0500001,
  2391.                 0.0666668, 0.0833335, 0.1, 0.116667,
  2392.                 0.133334, 0.15, 0.166667 ]
  2393.           keyValue    [ 0.589474 0.589473 -0.552306  2.13237,
  2394.                 0.573339 0.573338 -0.585292  2.08253,
  2395.                 0.548796 0.548795 -0.630593  2.01637,
  2396.                 0.515337 0.515337 -0.68473  1.94078,
  2397.                 0.472684 0.472683 -0.743734  1.86263,
  2398.                 0.421303 0.421302 -0.803124  1.78831,
  2399.                 0.362936 0.362936 -0.858228  1.72309,
  2400.                 0.300947 0.300946 -0.90491  1.67055,
  2401.                 0.240236 0.240236 -0.940518  1.63208,
  2402.                 0.186652 0.186652 -0.964532  1.6069,
  2403.                 -0.146166 -0.146166 0.978402  4.69056 ]
  2404.         }
  2405.           ]
  2406.         }
  2407.         DEF DefaultTouchSensor_51 TouchSensor {
  2408.           enabled    TRUE
  2409.         }
  2410.         DEF MOTHERBOARD-LOGIC Script {
  2411.           eventOut          SFFloat          fractionOut
  2412.           eventOut          SFTime          startCpuTimer
  2413.           eventOut          SFTime          startPciTimer
  2414.           eventOut          SFBool          pciTriggerEnable
  2415.           eventOut          SFBool          cpuRemoved
  2416.           eventIn          SFBool          timerActive
  2417.           eventIn          SFFloat          fractionIn
  2418.           eventIn          SFBool          pciTimerRunning
  2419.           eventIn          SFTime          cpuTouchedTime
  2420.           eventIn          SFBool          pciRemoved
  2421.           field          SFBool          animateBoth    FALSE
  2422.           field          SFBool          pciRemovedStatus    FALSE
  2423.           field          SFBool          moduleRemovedStatus    TRUE
  2424.           url    "vrmlscript:
  2425. function timerActive(value, time)
  2426. {
  2427.     if (!value) moduleRemovedStatus = !moduleRemovedStatus;
  2428.     cpuRemoved = moduleRemovedStatus;
  2429.     if (!moduleRemovedStatus || value) pciTriggerEnable = FALSE;
  2430.         else if (moduleRemovedStatus && !value) pciTriggerEnable = TRUE;
  2431. }
  2432.  
  2433. function fractionIn(value, time)
  2434. {
  2435.     if (!moduleRemovedStatus) fractionOut = value;
  2436.         else fractionOut = 1-value;
  2437. }
  2438.  
  2439. function pciRemoved(value, time)
  2440. {
  2441.     pciRemovedStatus = value;
  2442. }
  2443.  
  2444. function pciTimerRunning(value, time)
  2445. {
  2446.     if (!value && animateBoth) {
  2447.     startCpuTimer = time;
  2448.         animateBoth = FALSE;
  2449.     }
  2450. }
  2451.  
  2452. function cpuTouchedTime(value, time)
  2453. {
  2454.     if (pciRemovedStatus) {
  2455.     startPciTimer = time;
  2456.     animateBoth = TRUE;
  2457.     } else startCpuTimer = value;
  2458. }
  2459.  
  2460. "
  2461.         }
  2462.         DEF MOTHERBOARD-LEVER Transform {
  2463.           children    Shape {
  2464.         appearance    Appearance {
  2465.           material    DEF _54 Material {
  2466.             ambientIntensity    0
  2467.             diffuseColor    0.01 0.01 0.01
  2468.             specularColor    0.03 0.03 0.03
  2469.             emissiveColor    0 0 0
  2470.             shininess    0.117021
  2471.             transparency    0
  2472.           }
  2473.  
  2474.           texture    NULL
  2475.  
  2476.           textureTransform    NULL
  2477.  
  2478.         }
  2479.  
  2480.         geometry    IndexedFaceSet {
  2481.           coord    Coordinate {
  2482.             point    [ 13.3992 -112.112 -15.6653,
  2483.                   13.7398 -111.628 -15.0247,
  2484.                   10.5 -111.339 -12.811,
  2485.                   9.95582 -112.112 -13.8344,
  2486.                   5.80187 35.562 5.3591,
  2487.                   5.80187 -54.4447 5.3591,
  2488.                   8.09835 -54.4446 5.50877,
  2489.                   8.09835 35.562 5.50877,
  2490.                   7.69199 -54.4446 -13.0473,
  2491.                   7.69199 35.5621 -13.0473,
  2492.                   9.92492 31.8125 -13.8926,
  2493.                   10.4691 32.5859 -12.8691,
  2494.                   9.94367 -55.508 -13.8573,
  2495.                   9.27577 -54.4446 -12.5574,
  2496.                   13.3683 31.8124 -15.7234,
  2497.                   13.3992 -112.112 -15.6653,
  2498.                   9.95582 -112.112 -13.8344,
  2499.                   9.92492 31.8125 -13.8926,
  2500.                   13.7089 32.2966 -15.0828,
  2501.                   13.3683 31.8124 -15.7234,
  2502.                   13.7398 -111.628 -15.0247,
  2503.                   13.7089 32.2966 -15.0828,
  2504.                   10.4691 32.5859 -12.8691,
  2505.                   10.4878 -54.7345 -12.8339,
  2506.                   7.69199 35.5621 -13.0473,
  2507.                   9.27577 35.5621 -12.5574,
  2508.                   10.5 -111.339 -12.811,
  2509.                   13.7398 -111.628 -15.0247,
  2510.                   13.3992 -112.112 -15.6653,
  2511.                   8.09835 -54.4446 5.50877,
  2512.                   8.09835 35.562 5.50877,
  2513.                   5.80187 35.562 5.3591,
  2514.                   8.09835 35.562 5.50877,
  2515.                   5.80187 -54.4447 5.3591,
  2516.                   5.80187 35.562 5.3591,
  2517.                   7.69199 -54.4446 -13.0473,
  2518.                   9.30087 -54.4446 -12.9424,
  2519.                   9.27577 35.5621 -12.5574,
  2520.                   9.95582 -112.112 -13.8344,
  2521.                   10.5 -111.339 -12.811,
  2522.                   10.4878 -54.7345 -12.8339,
  2523.                   9.94367 -55.508 -13.8573,
  2524.                   -0.371617 -9.99997 -11.7616,
  2525.                   -0.371617 10 -11.7616,
  2526.                   3.51229 10 -12.7678,
  2527.                   3.51229 -9.99995 -12.7678,
  2528.                   7.68397 10 -12.8484,
  2529.                   7.68397 -9.99997 -12.8484,
  2530.                   5.27018 -10 13.4389,
  2531.                   5.27018 9.99999 13.4389,
  2532.                   -2.33193 9.99996 12.7649,
  2533.                   -2.33193 -10 12.7649,
  2534.                   -7.26821 9.99997 9.64641,
  2535.                   -7.26821 -10 9.64641,
  2536.                   -9.95467 10 4.70947,
  2537.                   -9.95467 -9.99999 4.70947,
  2538.                   -10.6872 10 -4.57213e-05,
  2539.                   -10.6872 -9.99999 -4.56723e-05,
  2540.                   -9.23879 9.99997 -3.82684,
  2541.                   -9.23879 -10 -3.82684,
  2542.                   -7.07107 9.99998 -7.07107,
  2543.                   -7.07107 -10 -7.07107,
  2544.                   -4.04246 10 -9.75939,
  2545.                   -4.04246 -10 -9.75939,
  2546.                   -0.371617 10 -11.7616,
  2547.                   -0.371617 -9.99997 -11.7616,
  2548.                   6.32844 9.99996 0.905032,
  2549.                   -4.04246 10 -9.75939,
  2550.                   -7.07107 9.99998 -7.07107,
  2551.                   -9.23879 9.99997 -3.82684,
  2552.                   -10.6872 10 -4.57213e-05,
  2553.                   -9.95467 10 4.70947,
  2554.                   -7.26821 9.99997 9.64641,
  2555.                   -2.33193 9.99996 12.7649,
  2556.                   5.27018 9.99999 13.4389,
  2557.                   7.68397 10 -12.8484,
  2558.                   3.51229 10 -12.7678,
  2559.                   -0.371617 10 -11.7616,
  2560.                   6.32844 -10 0.905032,
  2561.                   -0.371617 -9.99997 -11.7616,
  2562.                   3.51229 -9.99995 -12.7678,
  2563.                   7.68397 -9.99997 -12.8484,
  2564.                   5.27018 -10 13.4389,
  2565.                   -2.33193 -10 12.7649,
  2566.                   -7.26821 -10 9.64641,
  2567.                   -9.95467 -9.99999 4.70947,
  2568.                   -10.6872 -9.99999 -4.56723e-05,
  2569.                   -9.23879 -10 -3.82684,
  2570.                   -7.07107 -10 -7.07107,
  2571.                   -4.04246 -10 -9.75939 ]
  2572.           }
  2573.  
  2574.           color    NULL
  2575.  
  2576.           coordIndex    [ 0, 1, 2, -1, 0, 2, 3, -1,
  2577.                 4, 5, 6, -1, 4, 6, 7, -1,
  2578.                 8, 9, 10, -1, 11, 10, 9, -1,
  2579.                 8, 12, 13, -1, 12, 10, 14, -1,
  2580.                 14, 15, 12, -1, 15, 16, 12, -1,
  2581.                 17, 11, 18, -1, 17, 18, 19, -1,
  2582.                 20, 21, 22, -1, 20, 22, 23, -1,
  2583.                 24, 25, 22, -1, 22, 25, 13, -1,
  2584.                 20, 23, 26, -1, 14, 21, 27, -1,
  2585.                 14, 27, 28, -1, 29, 13, 25, -1,
  2586.                 30, 29, 25, -1, 24, 31, 32, -1,
  2587.                 24, 8, 33, -1, 33, 8, 13, -1,
  2588.                 13, 29, 33, -1, 24, 33, 34, -1,
  2589.                 35, 13, 36, -1, 37, 24, 32, -1,
  2590.                 38, 39, 40, -1, 40, 22, 10, -1,
  2591.                 13, 40, 22, -1, 38, 40, 41, -1,
  2592.                 40, 10, 41, -1, 13, 41, 40, -1,
  2593.                 10, 41, 35, -1, 42, 43, 44, -1,
  2594.                 42, 44, 45, -1, 45, 44, 46, -1,
  2595.                 45, 46, 47, -1, 48, 49, 50, -1,
  2596.                 48, 50, 51, -1, 51, 50, 52, -1,
  2597.                 51, 52, 53, -1, 53, 52, 54, -1,
  2598.                 53, 54, 55, -1, 55, 54, 56, -1,
  2599.                 55, 56, 57, -1, 57, 56, 58, -1,
  2600.                 57, 58, 59, -1, 59, 58, 60, -1,
  2601.                 59, 60, 61, -1, 61, 60, 62, -1,
  2602.                 61, 62, 63, -1, 63, 62, 64, -1,
  2603.                 63, 64, 65, -1, 66, 67, 68, -1,
  2604.                 66, 68, 69, -1, 66, 69, 70, -1,
  2605.                 66, 70, 71, -1, 66, 71, 72, -1,
  2606.                 66, 72, 73, -1, 66, 73, 74, -1,
  2607.                 66, 75, 76, -1, 66, 76, 77, -1,
  2608.                 66, 77, 67, -1, 78, 79, 80, -1,
  2609.                 78, 80, 81, -1, 66, 82, 78, -1,
  2610.                 49, 82, 66, -1, 78, 82, 83, -1,
  2611.                 78, 83, 84, -1, 78, 84, 85, -1,
  2612.                 78, 85, 86, -1, 78, 86, 87, -1,
  2613.                 78, 87, 88, -1, 78, 88, 89, -1,
  2614.                 78, 89, 79, -1 ]
  2615.           colorIndex    [  ]
  2616.           normal    NULL
  2617.  
  2618.           ccw    TRUE
  2619.           solid    TRUE
  2620.           convex    TRUE
  2621.           creaseAngle    0.657466
  2622.         }
  2623.  
  2624.           }
  2625.  
  2626.           translation    -10.3644 -118.775 -210.463
  2627.           rotation    -0.146166 -0.146166 0.978402  4.69056
  2628.           scale    3.07741 0.0805777 3.07741
  2629.           scaleOrientation    3.48626e-07 -1 1.88552e-07  0.122489
  2630.           center    6.55999 -38.2748 4.69403
  2631.         }
  2632.         DEF MOTHERBOARD-CHASSIS Transform {
  2633.           children    Shape {
  2634.         appearance    Appearance {
  2635.           material    USE _54
  2636.  
  2637.           texture    NULL
  2638.  
  2639.           textureTransform    NULL
  2640.  
  2641.         }
  2642.  
  2643.         geometry    IndexedFaceSet {
  2644.           coord    Coordinate {
  2645.             point    [ -10 10 10,
  2646.                   -10 -10 10,
  2647.                   10 10 10,
  2648.                   10 -10 10,
  2649.                   10 10 -10,
  2650.                   10 -10 -10,
  2651.                   -10 10 -10,
  2652.                   -10 -10 -10,
  2653.                   -10 10 9.62693,
  2654.                   10 10 9.62693,
  2655.                   -10 107.288 10,
  2656.                   -10 107.288 9.62693,
  2657.                   10 107.288 10,
  2658.                   10 107.288 9.62693,
  2659.                   -10 10 -9.61215,
  2660.                   10 10 -9.61215,
  2661.                   -10 219.39 -10,
  2662.                   -10 219.39 -9.61215,
  2663.                   10 219.39 -9.61215,
  2664.                   10 219.39 -10,
  2665.                   8.32664 218.529 -9.65402,
  2666.                   9.82181 218.529 -9.65402,
  2667.                   9.82181 123.912 -9.65402,
  2668.                   9.82181 133.881 1.54899,
  2669.                   9.82181 133.881 10.0467,
  2670.                   9.8264 134.86 -10.2531,
  2671.                   10.1483 134.86 -10.2531,
  2672.                   10.1483 -18.2368 -10.2531,
  2673.                   10.1483 134.86 10.2291,
  2674.                   9.8264 -18.2368 10.2291,
  2675.                   10.1483 -18.2368 10.2291,
  2676.                   9.8264 134.86 1.79517,
  2677.                   -10 10 -10,
  2678.                   -10 -10 -10,
  2679.                   -10 -10 10,
  2680.                   -10 10 10,
  2681.                   -10 -10 10,
  2682.                   10 -10 10,
  2683.                   -10 107.288 10,
  2684.                   -10 107.288 9.62693,
  2685.                   -10 10 10,
  2686.                   -10 10 10,
  2687.                   10 10 10,
  2688.                   -10 107.288 9.62693,
  2689.                   10 107.288 9.62693,
  2690.                   10 10 9.62693,
  2691.                   -10 10 9.62693,
  2692.                   -10 10 9.62693,
  2693.                   10 10 -10,
  2694.                   -10 219.39 -10,
  2695.                   10 219.39 -10,
  2696.                   8.32664 123.912 -9.65402,
  2697.                   9.82181 123.912 -9.65402,
  2698.                   9.82181 218.529 1.54899,
  2699.                   9.82181 123.912 1.54899,
  2700.                   9.82181 133.881 1.54899,
  2701.                   9.82181 123.911 10.0467,
  2702.                   9.82181 123.912 1.54899,
  2703.                   9.8264 -18.2368 -10.2531,
  2704.                   9.8264 -18.2368 10.2291,
  2705.                   9.8264 134.86 10.2291,
  2706.                   9.8264 134.86 -10.2531,
  2707.                   9.81344 223.603 -10.2531,
  2708.                   10.1354 223.603 -10.2531,
  2709.                   10.1483 134.86 -10.2531,
  2710.                   10.1483 -18.2368 1.79617 ]
  2711.           }
  2712.  
  2713.           color    NULL
  2714.  
  2715.           coordIndex    [ 0, 1, 3, -1, 0, 3, 2, -1,
  2716.                 4, 5, 7, -1, 4, 7, 6, -1,
  2717.                 32, 33, 34, -1, 32, 34, 35, -1,
  2718.                 11, 10, 12, -1, 11, 12, 13, -1,
  2719.                 38, 39, 8, -1, 38, 8, 40, -1,
  2720.                 12, 10, 41, -1, 12, 41, 42, -1,
  2721.                 13, 12, 42, -1, 13, 42, 9, -1,
  2722.                 43, 44, 45, -1, 43, 45, 46, -1,
  2723.                 16, 17, 18, -1, 16, 18, 19, -1,
  2724.                 14, 47, 9, -1, 14, 9, 15, -1,
  2725.                 17, 16, 32, -1, 17, 32, 14, -1,
  2726.                 18, 17, 14, -1, 18, 14, 15, -1,
  2727.                 19, 18, 15, -1, 19, 15, 48, -1,
  2728.                 49, 50, 4, -1, 49, 4, 6, -1,
  2729.                 20, 21, 22, -1, 20, 22, 51, -1,
  2730.                 52, 21, 53, -1, 52, 53, 23, -1,
  2731.                 52, 23, 54, -1, 24, 56, 57, -1,
  2732.                 24, 57, 55, -1, 25, 26, 27, -1,
  2733.                 28, 29, 30, -1, 58, 59, 60, -1,
  2734.                 58, 60, 31, -1, 58, 31, 61, -1,
  2735.                 62, 63, 64, -1, 62, 64, 61, -1,
  2736.                 37, 36, 33, -1, 65, 30, 29, -1,
  2737.                 33, 5, 37, -1 ]
  2738.           colorIndex    [  ]
  2739.           normal    NULL
  2740.  
  2741.           solid    FALSE
  2742.           creaseAngle    0.5
  2743.         }
  2744.  
  2745.           }
  2746.  
  2747.           translation    -39.86 -223.133 -106.774
  2748.           rotation    -0.57735 0.57735 0.57735  2.0944
  2749.           scale    10.4484 0.353499 11.9063
  2750.           scaleOrientation    0 0 1  0
  2751.           center    0.0741501 102.683 -0.0120001
  2752.         }
  2753.         DEF MOTHERBOARD-BACKPLATE Transform {
  2754.           children    Shape {
  2755.         appearance    Appearance {
  2756.           material    Material {
  2757.             ambientIntensity    0
  2758.             diffuseColor    0.797872 0.797872 0.797872
  2759.             specularColor    0.03 0.03 0.03
  2760.             emissiveColor    0 0 0
  2761.             shininess    0.117021
  2762.             transparency    0
  2763.           }
  2764.  
  2765.           texture    ImageTexture {
  2766.             url    "Textures/motherPort.jpg"
  2767.           }
  2768.  
  2769.           textureTransform    TextureTransform {
  2770.             translation    0.34 0.02
  2771.             rotation    3.14159
  2772.             scale    0.214539 1
  2773.             center    0.16 0.48
  2774.           }
  2775.  
  2776.         }
  2777.  
  2778.         geometry    IndexedFaceSet {
  2779.           coord    Coordinate {
  2780.             point    [ 10.1483 134.86 1.79517,
  2781.                   10.1483 134.86 10.2291,
  2782.                   10.1483 -18.2368 10.2291,
  2783.                   10.1483 -18.2368 1.79517,
  2784.                   10.1483 7.72456 1.79517,
  2785.                   10.1483 7.72455 -3.48246,
  2786.                   10.1483 134.86 -10.2531,
  2787.                   10.1483 -18.2368 -3.45881,
  2788.                   10.1483 -18.2368 -10.2531,
  2789.                   10.1354 223.603 1.79517,
  2790.                   10.1483 134.86 1.79517,
  2791.                   10.1354 223.603 -10.2531,
  2792.                   9.8264 134.86 1.79517,
  2793.                   10.1483 134.86 10.2291,
  2794.                   9.8264 134.86 10.2291,
  2795.                   10.1483 134.86 10.2291,
  2796.                   9.8264 -18.2368 10.2291,
  2797.                   9.81344 223.603 -10.2531,
  2798.                   9.81344 223.603 1.79517,
  2799.                   9.8264 134.86 -10.2531,
  2800.                   10.1483 -18.2368 -10.2531,
  2801.                   9.8264 -18.2368 -10.2531,
  2802.                   9.8264 -18.2368 -3.46325,
  2803.                   10.1483 -18.2368 1.79617,
  2804.                   9.8264 -18.2368 1.79617,
  2805.                   10.1483 134.86 -3.48246,
  2806.                   10.1483 7.72452 -10.2531,
  2807.                   10.1354 223.603 1.79517,
  2808.                   9.8264 134.86 1.79517,
  2809.                   10.1483 134.86 1.79517,
  2810.                   9.8264 134.86 1.79517,
  2811.                   9.8264 134.86 10.2291,
  2812.                   10.1354 223.603 1.79517,
  2813.                   10.1354 223.603 -10.2531,
  2814.                   9.81344 223.603 -10.2531,
  2815.                   10.1354 223.603 1.79517,
  2816.                   10.1354 223.603 1.79517,
  2817.                   9.81344 223.603 1.79517,
  2818.                   9.8264 134.86 1.79517,
  2819.                   9.81344 223.603 1.79517,
  2820.                   9.81344 223.603 -10.2531,
  2821.                   9.8264 134.86 1.79517,
  2822.                   9.8264 134.86 -10.2531,
  2823.                   9.8264 -18.2368 -10.2531,
  2824.                   9.8264 -18.2368 -3.46325,
  2825.                   10.1483 -18.2368 -10.2531,
  2826.                   9.8264 -18.2368 10.2291,
  2827.                   10.1483 -18.2368 -3.45881,
  2828.                   10.1483 -18.2368 -10.2531,
  2829.                   10.1483 134.86 1.79517,
  2830.                   10.1483 7.72455 -3.48246,
  2831.                   10.1483 134.86 10.2291,
  2832.                   10.1354 223.603 -10.2531,
  2833.                   10.1483 -18.2368 10.2291,
  2834.                   10.1483 134.86 10.2291,
  2835.                   10.1354 223.603 -3.48246 ]
  2836.           }
  2837.  
  2838.           color    NULL
  2839.  
  2840.           coordIndex    [ 9, 12, 0, -1, 28, 1, 10, -1,
  2841.                 30, 14, 13, -1, 15, 31, 16, -1,
  2842.                 17, 27, 11, -1, 34, 18, 32, -1,
  2843.                 35, 37, 38, -1, 39, 40, 19, -1,
  2844.                 39, 19, 41, -1, 21, 8, 22, -1,
  2845.                 44, 20, 7, -1, 23, 46, 24, -1,
  2846.                 47, 45, 26, -1, 47, 26, 5, -1,
  2847.                 53, 54, 16, -1, 3, 2, 46, -1,
  2848.                 40, 33, 42, -1, 42, 52, 6, -1,
  2849.                 42, 6, 43, -1, 43, 6, 48, -1,
  2850.                 36, 49, 25, 55, -1, 52, 55, 25,
  2851.                 6, -1, 26, 6, 25, 5, -1, 50,
  2852.                 25, 29, 4, -1, 2, 3, 29, 51,
  2853.                 -1 ]
  2854.           colorIndex    [  ]
  2855.           normal    NULL
  2856.  
  2857.           texCoord    TextureCoordinate {
  2858.             point    [ 0.00656176 0.381691,
  2859.                   0.0111747 -0.0186729,
  2860.                   1.98596 -0.0197756,
  2861.                   1.98269 0.38156,
  2862.                   1.63072 0.381648,
  2863.                   1.63071 0.661371,
  2864.                   1.63067 0.66196,
  2865.                   0.00876236 0.978082,
  2866.                   2.0441 0.660823,
  2867.                   -0.00551772 0.978505,
  2868.                   2.02709 0.97862,
  2869.                   -1.23151 0.393596,
  2870.                   -0.00183153 0.39246,
  2871.                   -1.24212 0.978081,
  2872.                   2.3193 0.659297,
  2873.                   2.34203 0.00239301,
  2874.                   2.23978 0.0194554,
  2875.                   -0.00183463 0.660822,
  2876.                   1.62007 0.97922,
  2877.                   -1.30571 0.313997,
  2878.                   -1.66614 0.28102,
  2879.                   -1.40112 0.285569,
  2880.                   -1.1467 0.307174,
  2881.                   -1.28451 0.283294,
  2882.                   -1.0831 0.299214,
  2883.                   -1.15877 0.24706,
  2884.                   -1.06337 0.208398,
  2885.                   -0.925559 0.258432,
  2886.                   -1.03157 0.266392,
  2887.                   -1.04217 0.194752,
  2888.                   -0.79835 0.220907,
  2889.                   -0.596937 0.199301,
  2890.                   -0.80895 0.175421,
  2891.                   -0.618139 0.21181,
  2892.                   -0.49093 0.222044,
  2893.                   -0.671142 0.216358,
  2894.                   -0.522732 0.201575,
  2895.                   -0.577891 0.960325,
  2896.                   -0.56653 0.949357,
  2897.                   -0.56653 0.957888,
  2898.                   2.33066 0.682453,
  2899.                   2.41019 0.633703,
  2900.                   2.39883 0.660516,
  2901.                   2.43292 0.682453,
  2902.                   2.42156 0.616641,
  2903.                   2.18297 0.00848663,
  2904.                   2.31931 0.0109242,
  2905.                   2.38769 -0.00211668,
  2906.                   2.21706 0.00726789,
  2907.                   -1.49821 0.95493,
  2908.                   2.30953 -0.00810581,
  2909.                   2.19786 -0.00451243,
  2910.                   -1.23616 0.649624 ]
  2911.           }
  2912.  
  2913.           texCoordIndex    [ 31, 32, 33, -1, 25, 26, 27, -1,
  2914.                 28, 29, 30, -1, 46, 47, 48, -1,
  2915.                 22, 23, 24, -1, 19, 20, 21, -1,
  2916.                 34, 35, 36, -1, 0, 9, 9, -1,
  2917.                 0, 9, 0, -1, 43, 44, 14, -1,
  2918.                 40, 41, 42, -1, 15, 45, 16, -1,
  2919.                 8, 10, 18, -1, 8, 18, 5, -1,
  2920.                 50, 51, 48, -1, 3, 2, 45, -1,
  2921.                 9, 49, 37, -1, 37, 13, 7, -1,
  2922.                 37, 7, 39, -1, 39, 7, 38, -1,
  2923.                 11, 12, 17, 52, -1, 13, 52, 17,
  2924.                 7, -1, 18, 7, 17, 5, -1, 6,
  2925.                 17, 0, 4, -1, 2, 3, 0, 1,
  2926.                 -1 ]
  2927.           ccw    TRUE
  2928.           solid    TRUE
  2929.           convex    TRUE
  2930.           creaseAngle    0.5
  2931.         }
  2932.  
  2933.           }
  2934.  
  2935.           translation    -3.48744 -120.307 -106.011
  2936.           rotation    -0.57735 0.57735 0.57735  2.0944
  2937.           scale    10.4484 0.353499 11.9063
  2938.           scaleOrientation    0 0 1  0
  2939.         }
  2940.         DEF MOTHERBOARD-SIMMS Transform {
  2941.           children    [
  2942.         DEF MOTHERBOARD Transform {
  2943.           children    Shape {
  2944.             appearance    Appearance {
  2945.               material    DEF _55 Material {
  2946.             ambientIntensity    0.310821
  2947.             diffuseColor    0.17628 0.297872 0.144233
  2948.             specularColor    0.200464 0.300145 0.293518
  2949.             emissiveColor    1 1 1
  2950.             shininess    0.393939
  2951.             transparency    0
  2952.               }
  2953.  
  2954.               texture    DEF _56 ImageTexture {
  2955.             url    "Textures/motherbrd_512X512.jpg"
  2956.               }
  2957.  
  2958.               textureTransform    DEF _57 TextureTransform {
  2959.             translation    0 0.04
  2960.             rotation    1.5708
  2961.             scale    0.966076 0.901642
  2962.             center    0.5 0.46
  2963.               }
  2964.  
  2965.             }
  2966.  
  2967.             geometry    IndexedFaceSet {
  2968.               coord    Coordinate {
  2969.             point    [ -56.6567 56.6871 56.6571,
  2970.                   -56.6567 -56.6871 56.6571,
  2971.                   56.6567 56.6871 56.6571,
  2972.                   56.6567 -56.6871 56.6571,
  2973.                   56.6567 56.6871 -56.6571,
  2974.                   56.6567 -56.6871 -56.6571,
  2975.                   -56.6567 56.6871 -56.6571,
  2976.                   -56.6567 -56.6871 -56.6571,
  2977.                   57.0675 56.6882 57.1952,
  2978.                   -8.98875 1676.22 57.1952,
  2979.                   -8.98877 56.6868 57.1952,
  2980.                   57.0675 56.6882 48.2287,
  2981.                   -8.98877 56.6868 48.2287,
  2982.                   -8.98875 1676.22 48.2287,
  2983.                   -56.6467 1676.22 57.1952,
  2984.                   -56.6467 56.6859 57.1952,
  2985.                   -56.6467 1676.22 48.2287,
  2986.                   -56.6467 56.6859 48.2287,
  2987.                   57.0676 3181.2 48.2287,
  2988.                   57.0676 3181.2 57.1952,
  2989.                   -8.98874 3181.2 48.2287,
  2990.                   -8.98874 3181.2 57.1952,
  2991.                   -25.8335 508.785 -53.9986,
  2992.                   -25.8335 56.6867 -53.9986,
  2993.                   -55.4425 56.6857 -53.9986,
  2994.                   -55.4425 508.784 -53.9986,
  2995.                   -55.4425 56.6857 44.1988,
  2996.                   -55.4425 508.784 44.1988,
  2997.                   -25.8335 508.785 44.1988,
  2998.                   -25.8335 56.6867 44.1988 ]
  2999.               }
  3000.  
  3001.               color    NULL
  3002.  
  3003.               coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  3004.                     6, -1, 6, 7, 1, 0, -1, 2,
  3005.                     3, 5, 4, -1, 6, 0, 2, 4,
  3006.                     -1, 1, 7, 5, 3, -1, 11, 8,
  3007.                     10, 12, -1, 14, 15, 10, 9, -1,
  3008.                     16, 14, 9, 13, -1, 15, 14, 16,
  3009.                     17, -1, 17, 16, 13, 12, -1, 15,
  3010.                     17, 12, 10, -1, 19, 18, 20, 21,
  3011.                     -1, 21, 20, 13, 9, -1, 13, 20,
  3012.                     18, 11, 12, -1, 9, 10, 8, 19,
  3013.                     21, -1, 18, 19, 8, 11, -1, 22,
  3014.                     23, 24, 25, -1, 25, 24, 26, 27,
  3015.                     -1, 28, 22, 25, 27, -1, 27, 26,
  3016.                     29, 28, -1, 23, 29, 26, 24, -1,
  3017.                     28, 29, 23, 22, -1 ]
  3018.               colorIndex    [  ]
  3019.               normal    NULL
  3020.  
  3021.               texCoord    TextureCoordinate {
  3022.             point    [ 0.0333845 0.962134,
  3023.                   0.0316611 0.0555165,
  3024.                   0.941573 0.960287,
  3025.                   0.938126 0.0444376,
  3026.                   0.950288 0.0193227,
  3027.                   0.951836 0.163666,
  3028.                   0.401359 0.164495,
  3029.                   0.400585 0.0218114,
  3030.                   0.406923 0.123644,
  3031.                   0.405789 0.0884223,
  3032.                   0.924949 0.0884222,
  3033.                   0.923816 0.162509,
  3034.                   0.406923 0.161295,
  3035.                   0.00341516 0.114202,
  3036.                   0.00249445 0.0589572,
  3037.                   0.396562 0.0540245,
  3038.                   0.39578 0.107017,
  3039.                   0.507669 0.161254,
  3040.                   0.510202 0.0988339,
  3041.                   0.844546 0.101548,
  3042.                   0.84539 0.163968,
  3043.                   0.527232 -0.121845,
  3044.                   0.527361 -0.117808,
  3045.                   0.520345 -0.11739,
  3046.                   0.520085 -0.1263,
  3047.                   0.527361 -0.126439,
  3048.                   0.540968 -0.116878,
  3049.                   0.536033 -0.125516,
  3050.                   0.536023 -0.130123,
  3051.                   0.539732 -0.124825,
  3052.                   0.398701 0.0344111,
  3053.                   0.392583 0.0287918,
  3054.                   0.395205 0.0306649,
  3055.                   0.400585 0.0218114,
  3056.                   0.399037 0.0603068,
  3057.                   0.398552 0.106549,
  3058.                   0.275159 0.108184,
  3059.                   0.275159 0.0608963,
  3060.                   0.940157 0.952955,
  3061.                   0.940157 0.959839,
  3062.                   0.0335831 0.960423,
  3063.                   0.0337551 0.95508,
  3064.                   0.396871 0.0346437,
  3065.                   0.395092 0.0336908,
  3066.                   0.392424 0.0355967,
  3067.                   0.401318 0.0346437,
  3068.                   0.271101 0.922706,
  3069.                   0.273497 0.92557,
  3070.                   0.275524 0.922015,
  3071.                   0.271562 0.92004,
  3072.                   0.281004 0.147778,
  3073.                   0.28237 0.960653,
  3074.                   0.0564312 0.960144,
  3075.                   0.0536101 0.152309,
  3076.                   0.155095 0.919531,
  3077.                   0.157097 0.920436,
  3078.                   0.155979 0.918042,
  3079.                   0.156789 0.919531 ]
  3080.               }
  3081.  
  3082.               texCoordIndex    [ 0, 1, 3, 2, -1, 38, 39, 40,
  3083.                     41, -1, 0, 1, 3, 2, -1, 0,
  3084.                     1, 3, 2, -1, 0, 1, 3, 2,
  3085.                     -1, 0, 1, 3, 2, -1, 4, 5,
  3086.                     6, 7, -1, 26, 27, 28, 29, -1,
  3087.                     13, 14, 15, 16, -1, 30, 31, 32,
  3088.                     33, -1, 17, 18, 19, 20, -1, 7,
  3089.                     4, 4, 7, -1, 4, 5, 6, 7,
  3090.                     -1, 34, 35, 36, 37, -1, 8, 9,
  3091.                     10, 11, 12, -1, 21, 22, 23, 24,
  3092.                     25, -1, 42, 43, 44, 45, -1, 54,
  3093.                     55, 56, 57, -1, 46, 47, 48, 49,
  3094.                     -1, 50, 51, 52, 53, -1, 46, 47,
  3095.                     48, 49, -1, 46, 47, 48, 49, -1,
  3096.                     46, 47, 48, 49, -1 ]
  3097.               creaseAngle    0.5
  3098.             }
  3099.  
  3100.           }
  3101.  
  3102.           translation    -62.6855 166.614 155.53
  3103.           rotation    0.707108 -0.707106 -2.19165e-06  3.14159
  3104.           scale    2.01633 0.0190276 1.82168
  3105.           scaleOrientation    0 0 1  0
  3106.         }
  3107.         DEF DIMMS-ASSEMBLY Transform {
  3108.           children    Anchor {
  3109.             children    DEF DIMMS Transform {
  3110.               children    [
  3111.             Transform {
  3112.               children    DEF _58 Transform {
  3113.                 children    Shape {
  3114.                   appearance    Appearance {
  3115.                 material    Material {
  3116.                   ambientIntensity    0.310821
  3117.                   diffuseColor    0.17628 0.297872 0.144233
  3118.                   specularColor    0.200464 0.300145 0.293518
  3119.                   emissiveColor    0.287234 0.287234 0.287234
  3120.                   shininess    0.393939
  3121.                   transparency    0
  3122.                 }
  3123.  
  3124.                 texture    ImageTexture {
  3125.                   url    "Textures/simm_256x64.jpg"
  3126.                 }
  3127.  
  3128.                 textureTransform    NULL
  3129.  
  3130.                   }
  3131.  
  3132.                   geometry    IndexedFaceSet {
  3133.                 coord    Coordinate {
  3134.                   point    [ -10 10 10,
  3135.                         -10 -10 10,
  3136.                         10 10 10,
  3137.                         10 -10 10,
  3138.                         10 10 -10,
  3139.                         10 -10 -10,
  3140.                         -10 10 -10,
  3141.                         -10 -10 -10 ]
  3142.                 }
  3143.  
  3144.                 color    NULL
  3145.  
  3146.                 coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  3147.                       6, -1, 6, 7, 1, 0, -1, 2,
  3148.                       3, 5, 4, -1, 6, 0, 2, 4,
  3149.                       -1, 1, 7, 5, 3, -1 ]
  3150.                 colorIndex    [  ]
  3151.                 normal    NULL
  3152.  
  3153.                 texCoord    TextureCoordinate {
  3154.                   point    [ 0.00564112 0.868289,
  3155.                         0.00415848 0.159588,
  3156.                         0.99914 0.880081,
  3157.                         0.99914 0.156554,
  3158.                         0.00605197 0.872868,
  3159.                         0.00605197 0.855261,
  3160.                         0.842409 0.860135,
  3161.                         0.842409 0.875786,
  3162.                         0.908308 0.890125,
  3163.                         0.908453 0.878492,
  3164.                         0.936953 0.877911,
  3165.                         0.936764 0.889905,
  3166.                         0.908274 0.888162,
  3167.                         0.908453 0.876705,
  3168.                         0.924922 0.876705,
  3169.                         0.925459 0.888878 ]
  3170.                 }
  3171.  
  3172.                 texCoordIndex    [ 8, 9, 10, 11, -1, 12, 13, 14,
  3173.                       15, -1, 0, 1, 3, 2, -1, 0,
  3174.                       1, 3, 2, -1, 4, 5, 6, 7,
  3175.                       -1, 0, 1, 3, 2, -1 ]
  3176.                 creaseAngle    0.5
  3177.                   }
  3178.  
  3179.                 }
  3180.  
  3181.                 translation    -78.9859 222.569 170.231
  3182.                 rotation    3.09944e-06 2.16004e-12 1  1.5708
  3183.                 scale    0.0875148 1.52216 8.00711
  3184.                 scaleOrientation    0 0 1  0
  3185.               }
  3186.  
  3187.               translation    -0.015213 6.67537 0.0800781
  3188.               rotation    0 0 1  0
  3189.             }
  3190.             Transform {
  3191.               children    USE _58
  3192.  
  3193.               translation    0.000465393 14.1586 -1.52588e-05
  3194.               rotation    0 0 1  0
  3195.             }
  3196.             Transform {
  3197.               children    USE _58
  3198.  
  3199.               translation    0.000442505 21.7355 -3.05176e-05
  3200.               rotation    0 0 1  0
  3201.             }
  3202.             USE _58
  3203.               ]
  3204.             }
  3205.  
  3206.             url    "TechDocs/dimms.html"
  3207.             description    ""
  3208.             parameter    "target=secondary"
  3209.           }
  3210.  
  3211.         }
  3212.         DEF MRE Transform {
  3213.           children    Anchor {
  3214.             children    Transform {
  3215.               children    Shape {
  3216.             appearance    Appearance {
  3217.               material    USE _55
  3218.  
  3219.               texture    USE _56
  3220.  
  3221.               textureTransform    USE _57
  3222.  
  3223.             }
  3224.  
  3225.             geometry    IndexedFaceSet {
  3226.               coord    Coordinate {
  3227.                 point    [ -14.52 755.609 -18.3612,
  3228.                       -14.52 56.687 -18.3612,
  3229.                       -14.52 56.6862 5.18766,
  3230.                       -14.52 755.609 5.18767,
  3231.                       6.59038 56.6864 5.18766,
  3232.                       6.59039 755.609 5.18766,
  3233.                       6.59039 755.61 -18.3612,
  3234.                       6.59038 56.6872 -18.3612 ]
  3235.               }
  3236.  
  3237.               color    NULL
  3238.  
  3239.               coordIndex    [ 0, 1, 2, 3, -1, 3, 2, 4,
  3240.                     5, -1, 3, 5, 6, 0, -1, 5,
  3241.                     4, 7, 6, -1, 6, 7, 1, 0,
  3242.                     -1 ]
  3243.               normal    NULL
  3244.  
  3245.               texCoord    TextureCoordinate {
  3246.                 point    [ 0.367746 0.464856,
  3247.                       0.539854 0.464447,
  3248.                       0.540236 0.655805,
  3249.                       0.369273 0.655397 ]
  3250.               }
  3251.  
  3252.               texCoordIndex    [ 0, 1, 2, 3, -1, 0, 1, 2,
  3253.                     3, -1, 0, 1, 2, 3, -1, 0,
  3254.                     1, 2, 3, -1, 0, 1, 2, 3,
  3255.                     -1 ]
  3256.               ccw    TRUE
  3257.               solid    TRUE
  3258.               convex    TRUE
  3259.               creaseAngle    0.5
  3260.             }
  3261.  
  3262.               }
  3263.  
  3264.               translation    -62.6855 166.614 155.53
  3265.               rotation    0.707108 -0.707106 -2.19165e-06  3.14159
  3266.               scale    2.01633 0.0190276 1.82168
  3267.               scaleOrientation    0 0 1  0
  3268.             }
  3269.  
  3270.             url    "TechDocs/mre.html"
  3271.             description    ""
  3272.             parameter    "target=secondary"
  3273.           }
  3274.  
  3275.         }
  3276.         DEF IO Transform {
  3277.           children    Anchor {
  3278.             children    Transform {
  3279.               children    Shape {
  3280.             appearance    Appearance {
  3281.               material    USE _55
  3282.  
  3283.               texture    USE _56
  3284.  
  3285.               textureTransform    USE _57
  3286.  
  3287.             }
  3288.  
  3289.             geometry    IndexedFaceSet {
  3290.               coord    Coordinate {
  3291.                 point    [ 10.3515 337.439 -0.583138,
  3292.                       24.3038 337.44 -0.583141,
  3293.                       24.3038 337.44 -15.5152,
  3294.                       10.3515 337.439 -15.5152,
  3295.                       10.3515 56.6868 -0.583138,
  3296.                       24.3038 56.6872 -0.583141,
  3297.                       10.3515 56.6868 -15.5152,
  3298.                       24.3038 56.6872 -15.5152 ]
  3299.               }
  3300.  
  3301.               color    NULL
  3302.  
  3303.               coordIndex    [ 0, 1, 2, 3, -1, 0, 4, 5,
  3304.                     1, -1, 3, 6, 4, 0, -1, 1,
  3305.                     5, 7, 2, -1, 2, 7, 6, 3,
  3306.                     -1 ]
  3307.               normal    NULL
  3308.  
  3309.               texCoord    TextureCoordinate {
  3310.                 point    [ 0.366436 0.463622,
  3311.                       0.540903 0.464091,
  3312.                       0.540464 0.655254,
  3313.                       0.366874 0.655254 ]
  3314.               }
  3315.  
  3316.               texCoordIndex    [ 0, 1, 2, 3, -1, 0, 1, 2,
  3317.                     3, -1, 0, 1, 2, 3, -1, 0,
  3318.                     1, 2, 3, -1, 0, 1, 2, 3,
  3319.                     -1 ]
  3320.               ccw    TRUE
  3321.               solid    TRUE
  3322.               convex    TRUE
  3323.               creaseAngle    0.5
  3324.             }
  3325.  
  3326.               }
  3327.  
  3328.               translation    -62.6855 166.614 155.53
  3329.               rotation    0.707108 -0.707106 -2.19165e-06  3.14159
  3330.               scale    2.01633 0.0190276 1.82168
  3331.               scaleOrientation    0 0 1  0
  3332.             }
  3333.  
  3334.             url    "TechDocs/io.html"
  3335.             description    ""
  3336.             parameter    "target=secondary"
  3337.           }
  3338.  
  3339.         }
  3340.         Anchor {
  3341.           children    Transform {
  3342.             children    Shape {
  3343.               appearance    Appearance {
  3344.             material    USE _55
  3345.  
  3346.             texture    USE _56
  3347.  
  3348.             textureTransform    USE _57
  3349.  
  3350.               }
  3351.  
  3352.               geometry    IndexedFaceSet {
  3353.             coord    Coordinate {
  3354.               point    [ -5.85584 674.636 23.3081,
  3355.                     8.95693 674.636 23.3081,
  3356.                     8.95693 674.636 8.7246,
  3357.                     -5.85585 674.636 8.7246,
  3358.                     -5.85586 56.6863 23.3081,
  3359.                     8.95692 56.6866 23.3081,
  3360.                     -5.85586 56.6865 8.7246,
  3361.                     8.95692 56.6868 8.7246 ]
  3362.             }
  3363.  
  3364.             color    NULL
  3365.  
  3366.             coordIndex    [ 0, 1, 2, 3, -1, 0, 4, 5,
  3367.                   1, -1, 3, 6, 4, 0, -1, 1,
  3368.                   5, 7, 2, -1, 2, 7, 6, 3,
  3369.                   -1 ]
  3370.             normal    NULL
  3371.  
  3372.             texCoord    TextureCoordinate {
  3373.               point    [ 0.440939 0.315718,
  3374.                     0.558645 0.316499,
  3375.                     0.558402 0.439751,
  3376.                     0.440696 0.439751 ]
  3377.             }
  3378.  
  3379.             texCoordIndex    [ 0, 1, 2, 3, -1, 0, 1, 2,
  3380.                   3, -1, 0, 1, 2, 3, -1, 0,
  3381.                   1, 2, 3, -1, 0, 1, 2, 3,
  3382.                   -1 ]
  3383.             ccw    TRUE
  3384.             solid    TRUE
  3385.             convex    TRUE
  3386.             creaseAngle    0.5
  3387.               }
  3388.  
  3389.             }
  3390.  
  3391.             translation    -62.6855 166.614 155.53
  3392.             rotation    0.707108 -0.707106 -2.19165e-06  3.14159
  3393.             scale    2.01633 0.0190276 1.82168
  3394.             scaleOrientation    0 0 1  0
  3395.           }
  3396.  
  3397.           url    "TechDocs/de.html"
  3398.           description    ""
  3399.           parameter    "target=secondary"
  3400.         }
  3401.           ]
  3402.           translation    42.416 -286.467 -260.154
  3403.         }
  3404.         DEF CPU-ASSEMBLY Transform {
  3405.           children    [
  3406.         DEF CPU-CARD Transform {
  3407.           children    Shape {
  3408.             appearance    Appearance {
  3409.               material    Material {
  3410.               }
  3411.  
  3412.               texture    DEF _59 ImageTexture {
  3413.             url    "Textures/cpu.jpg"
  3414.               }
  3415.  
  3416.               textureTransform    TextureTransform {
  3417.             translation    0.34 -0.48
  3418.             rotation    3.14159
  3419.             scale    0.278882 0.515488
  3420.             center    0.16 0.98
  3421.               }
  3422.  
  3423.             }
  3424.  
  3425.             geometry    IndexedFaceSet {
  3426.               coord    Coordinate {
  3427.             point    [ -80.9977 80.9982 80.9976,
  3428.                   -80.9977 -80.9982 80.9976,
  3429.                   80.9977 80.9982 80.9976,
  3430.                   80.9977 -80.9982 80.9976,
  3431.                   80.9977 80.9982 -80.9976,
  3432.                   80.9977 -80.9982 -80.9976,
  3433.                   -80.9977 80.9982 -80.9976,
  3434.                   -80.9977 -80.9982 -80.9976,
  3435.                   -80.9977 -80.9982 -0.343513,
  3436.                   -80.9977 80.9982 -0.343513,
  3437.                   -191.61 80.9982 -80.9976,
  3438.                   -191.61 -80.9982 -80.9976,
  3439.                   -191.61 -80.9982 -0.343513,
  3440.                   -191.61 80.9982 -0.343513 ]
  3441.               }
  3442.  
  3443.               color    NULL
  3444.  
  3445.               coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  3446.                     6, -1, 2, 3, 5, 4, -1, 6,
  3447.                     9, 0, 2, 4, -1, 1, 8, 7,
  3448.                     5, 3, -1, 10, 11, 12, 13, -1,
  3449.                     8, 1, 0, 9, -1, 11, 10, 6,
  3450.                     7, -1, 12, 11, 7, 8, -1, 13,
  3451.                     12, 8, 9, -1, 10, 13, 9, 6,
  3452.                     -1 ]
  3453.               normal    NULL
  3454.  
  3455.               texCoord    TextureCoordinate {
  3456.             point    [ -0.9822 0.417881,
  3457.                   0.993599 0.394568,
  3458.                   -0.986965 0.959311,
  3459.                   0.992831 0.957543,
  3460.                   0.863078 0.143133,
  3461.                   0.0257322 0.411435,
  3462.                   0.5 1,
  3463.                   0 0.5,
  3464.                   0.0234185 0.0335751,
  3465.                   0.993223 0.0345458,
  3466.                   0.993223 0.394376,
  3467.                   0.0256807 0.398272,
  3468.                   0.0811501 0.100531,
  3469.                   0.886297 0.0942485,
  3470.                   0.894039 0.123567,
  3471.                   0.0811502 0.125661,
  3472.                   0.561756 0.085417,
  3473.                   0.868657 0.143384,
  3474.                   0.0912193 0.100024,
  3475.                   0.271553 0.0978554,
  3476.                   0.0966394 0.0761193,
  3477.                   0.894045 0.0719308,
  3478.                   0.909529 0.134756,
  3479.                   0.0966395 0.138945,
  3480.                   0.0501887 0.0761193,
  3481.                   0.886303 0.101249,
  3482.                   0.0888977 0.147321,
  3483.                   0.948041 0.160258,
  3484.                   0.0612932 0.0648003,
  3485.                   0.0793902 0.0966194,
  3486.                   0.907323 0.0770383,
  3487.                   0.898274 0.133334,
  3488.                   0.853032 0.0574573,
  3489.                   0.115584 0.052562,
  3490.                   0.0839145 0.128439,
  3491.                   0.0658176 0.0623525,
  3492.                   0.929944 0.0648001,
  3493.                   0.943516 0.108858,
  3494.                   0.0658176 0.103962 ]
  3495.               }
  3496.  
  3497.               texCoordIndex    [ 12, 13, 14, 15, -1, 31, 32, 33,
  3498.                     34, -1, 35, 36, 37, 38, -1, 0,
  3499.                     7, 1, 3, 2, -1, 0, 5, 1,
  3500.                     3, 2, -1, 24, 25, 4, 26, -1,
  3501.                     16, 17, 18, 19, -1, 27, 28, 29,
  3502.                     30, -1, 8, 9, 10, 11, -1, 20,
  3503.                     21, 22, 23, -1, 6, 0, 0, 6,
  3504.                     -1 ]
  3505.               creaseAngle    0.5
  3506.             }
  3507.  
  3508.           }
  3509.  
  3510.           translation    -28.8074 -146.26 -35.7521
  3511.           rotation    -0.577352 -0.57735 -0.577349  2.09439
  3512.           scale    0.408331 0.0154639 0.771951
  3513.           scaleOrientation    0 0 1  0
  3514.         }
  3515.         DEF VICE Transform {
  3516.           children    Anchor {
  3517.             children    Transform {
  3518.               children    Shape {
  3519.             appearance    Appearance {
  3520.               material    Material {
  3521.                 ambientIntensity    0
  3522.                 diffuseColor    0 0 0
  3523.                 specularColor    0.293243 0.297387 0.290421
  3524.                 emissiveColor    0.638298 0.638298 0.638298
  3525.                 shininess    0.0816327
  3526.                 transparency    0
  3527.               }
  3528.  
  3529.               texture    USE _59
  3530.  
  3531.               textureTransform    NULL
  3532.  
  3533.             }
  3534.  
  3535.             geometry    IndexedFaceSet {
  3536.               coord    Coordinate {
  3537.                 point    [ -10 10 10,
  3538.                       -10 -10 10,
  3539.                       10 10 10,
  3540.                       10 -10 10,
  3541.                       10 10 -10,
  3542.                       10 -10 -10,
  3543.                       -10 10 -10,
  3544.                       -10 -10 -10 ]
  3545.               }
  3546.  
  3547.               color    NULL
  3548.  
  3549.               coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  3550.                     6, -1, 6, 7, 1, 0, -1, 2,
  3551.                     3, 5, 4, -1, 6, 0, 2, 4,
  3552.                     -1 ]
  3553.               colorIndex    [  ]
  3554.               normal    NULL
  3555.  
  3556.               texCoord    TextureCoordinate {
  3557.                 point    [ 0.675563 0.684569,
  3558.                       0.607193 0.68229,
  3559.                       0.67133 0.526668,
  3560.                       0.600356 0.524389,
  3561.                       0.558695 0.68196,
  3562.                       0.559272 0.524679,
  3563.                       0.700756 0.527428,
  3564.                       0.700468 0.684017,
  3565.                       0.66099 0.543518,
  3566.                       0.661158 0.539305,
  3567.                       0.67464 0.53863,
  3568.                       0.674135 0.543349,
  3569.                       0.672648 0.582392,
  3570.                       0.671373 0.577007,
  3571.                       0.684127 0.575731,
  3572.                       0.691213 0.582533,
  3573.                       0.675371 0.685357,
  3574.                       0.598418 0.684281,
  3575.                       0.599494 0.527414,
  3576.                       0.6786 0.528491 ]
  3577.               }
  3578.  
  3579.               texCoordIndex    [ 8, 9, 10, 11, -1, 12, 13, 14,
  3580.                     15, -1, 0, 1, 3, 2, -1, 16,
  3581.                     17, 18, 19, -1, 4, 5, 6, 7,
  3582.                     -1 ]
  3583.               creaseAngle    0.5
  3584.             }
  3585.  
  3586.               }
  3587.  
  3588.               translation    60.5636 152.603 -11.3571
  3589.               rotation    0.684995 -0.684992 0.248128  3.62802
  3590.               scale    1.85881 0.938345 1.84599
  3591.               scaleOrientation    0 0 1  0
  3592.             }
  3593.  
  3594.             url    "TechDocs/ice.html"
  3595.             parameter    "target=secondary"
  3596.           }
  3597.  
  3598.           translation    -78.6832 -280.749 22.1901
  3599.           rotation    -6.77445e-07 1 -1.57174e-07  0.69507
  3600.           scale    1 1 1
  3601.           scaleOrientation    -1 0 0  0.785398
  3602.         }
  3603.         DEF CPU Transform {
  3604.           children    Anchor {
  3605.             children    Transform {
  3606.               children    Shape {
  3607.             appearance    Appearance {
  3608.               material    Material {
  3609.                 ambientIntensity    0
  3610.                 diffuseColor    0 0 0
  3611.                 specularColor    0.293243 0.297387 0.290421
  3612.                 emissiveColor    0.691489 0.691489 0.691489
  3613.                 shininess    0.0816327
  3614.                 transparency    0
  3615.               }
  3616.  
  3617.               texture    USE _59
  3618.  
  3619.               textureTransform    NULL
  3620.  
  3621.             }
  3622.  
  3623.             geometry    IndexedFaceSet {
  3624.               coord    Coordinate {
  3625.                 point    [ -10 10 10,
  3626.                       -10 -10 10,
  3627.                       10 10 10,
  3628.                       10 -10 10,
  3629.                       10 10 -10,
  3630.                       10 -10 -10,
  3631.                       -10 10 -10,
  3632.                       -10 -10 -10 ]
  3633.               }
  3634.  
  3635.               color    NULL
  3636.  
  3637.               coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  3638.                     6, -1, 6, 7, 1, 0, -1, 2,
  3639.                     3, 5, 4, -1, 6, 0, 2, 4,
  3640.                     -1 ]
  3641.               colorIndex    [  ]
  3642.               normal    NULL
  3643.  
  3644.               texCoord    TextureCoordinate {
  3645.                 point    [ 0.311162 0.565273,
  3646.                       0.310814 0.568052,
  3647.                       0.496183 0.564896,
  3648.                       0.496643 0.570483,
  3649.                       0.303559 0.718791,
  3650.                       0.305085 0.53114,
  3651.                       0.49833 0.536225,
  3652.                       0.49477 0.718283,
  3653.                       0.305222 0.565455,
  3654.                       0.305257 0.569094,
  3655.                       0.497337 0.569788,
  3656.                       0.49626 0.565802,
  3657.                       0.308383 0.564926,
  3658.                       0.308383 0.568746,
  3659.                       0.493864 0.569441,
  3660.                       0.493517 0.564231,
  3661.                       0.304527 0.566497,
  3662.                       0.304562 0.569094,
  3663.                       0.493169 0.570483,
  3664.                       0.493517 0.56701 ]
  3665.               }
  3666.  
  3667.               texCoordIndex    [ 8, 9, 10, 11, -1, 12, 13, 14,
  3668.                     15, -1, 0, 1, 3, 2, -1, 16,
  3669.                     17, 18, 19, -1, 4, 5, 6, 7,
  3670.                     -1 ]
  3671.               creaseAngle    0.5
  3672.             }
  3673.  
  3674.               }
  3675.  
  3676.               translation    63.2589 101.86 -15.6544
  3677.               rotation    -0.322393 -0.322393 0.890014  1.68706
  3678.               scale    2.46621 1.00643 2.38327
  3679.               scaleOrientation    0 0 1  0
  3680.             }
  3681.  
  3682.             url    "TechDocs/cpu.html"
  3683.             parameter    "target=secondary"
  3684.           }
  3685.  
  3686.           translation    -78.6832 -280.749 22.1901
  3687.           rotation    -6.77445e-07 1 -1.57174e-07  0.69507
  3688.           scale    1 1 1
  3689.           scaleOrientation    -1 0 0  0.785398
  3690.         }
  3691.           ]
  3692.         }
  3693.         DEF PCI-TREE Transform {
  3694.           children    Anchor {
  3695.         children    [
  3696.           DEF DefaultTouchSensor_60 TouchSensor {
  3697.             enabled    TRUE
  3698.           }
  3699.           DEF PCI-GROUP Transform {
  3700.             children    [
  3701.               Group {
  3702.             children    [
  3703.               DEF PCI-ANIMATION Group {
  3704.                 children    DEF Time_62 TimeSensor {
  3705.                   cycleInterval    4.5
  3706.                   startTime    0
  3707.                 }
  3708.  
  3709.               }
  3710.               DEF PCI-GROUPTranslationInterp PositionInterpolator {
  3711.                 key    [ 0, 0.0246913, 0.0493827, 0.074074,
  3712.                       0.0987653, 0.123457, 0.148148, 0.172839,
  3713.                       0.197531, 0.222222, 0.246154, 0.270085,
  3714.                       0.294017, 0.317948, 0.34188, 0.365812,
  3715.                       0.389743, 0.413675, 0.437607, 0.461538,
  3716.                       0.48547, 0.509401, 0.533333, 0.555555,
  3717.                       0.577778, 0.6, 0.622222, 0.644444,
  3718.                       0.666667, 0.688889, 0.711111, 0.733334,
  3719.                       0.755556, 0.777778, 0.802469, 0.827161,
  3720.                       0.851852, 0.876543, 0.901235, 0.925926,
  3721.                       0.950617, 0.975309, 1 ]
  3722.                 keyValue    [ -52.9538 -171.223 -80.6539,
  3723.                       -61.7866 -165.728 -79.8881,
  3724.                       -71.1992 -159.734 -77.9738,
  3725.                       -80.9019 -153.491 -75.4852,
  3726.                       -90.6046 -147.247 -72.9965,
  3727.                       -100.017 -141.253 -71.0822,
  3728.                       -108.85 -135.758 -70.3164,
  3729.                       -116.813 -131.012 -71.2735,
  3730.                       -123.616 -127.264 -74.5277,
  3731.                       -128.969 -124.763 -80.6533,
  3732.                       -133.182 -123.133 -88.9315,
  3733.                       -137.027 -121.745 -98.6206,
  3734.                       -140.49 -120.632 -109.545,
  3735.                       -143.555 -119.832 -121.529,
  3736.                       -146.208 -119.378 -134.398,
  3737.                       -148.434 -119.307 -147.975,
  3738.                       -150.219 -119.653 -162.086,
  3739.                       -151.548 -120.453 -176.554,
  3740.                       -152.406 -121.74 -191.204,
  3741.                       -152.778 -123.551 -205.86,
  3742.                       -152.651 -125.92 -220.348,
  3743.                       -152.008 -128.884 -234.49,
  3744.                       -150.836 -132.477 -248.113,
  3745.                       -148.673 -137.044 -261.051,
  3746.                       -145.057 -143.237 -274.942,
  3747.                       -140.281 -150.716 -289.463,
  3748.                       -134.639 -159.137 -304.29,
  3749.                       -128.423 -168.158 -319.1,
  3750.                       -121.927 -177.439 -333.57,
  3751.                       -115.443 -186.635 -347.376,
  3752.                       -109.266 -195.407 -360.195,
  3753.                       -103.687 -203.411 -371.704,
  3754.                       -99.001 -210.306 -381.579,
  3755.                       -95.5003 -215.749 -389.498,
  3756.                       -92.9473 -220.103 -395.545,
  3757.                       -91.3994 -223.114 -398.867,
  3758.                       -90.6555 -225.051 -400.008,
  3759.                       -90.5147 -226.182 -399.514,
  3760.                       -90.7759 -226.775 -397.929,
  3761.                       -91.2381 -227.1 -395.8,
  3762.                       -91.7003 -227.425 -393.67,
  3763.                       -91.9614 -228.019 -392.086,
  3764.                       -91.8206 -229.15 -391.592 ]
  3765.               }
  3766.               DEF PCI-GROUPRotationInterp OrientationInterpolator {
  3767.                 key    [ 0, 0.0246913, 0.0493827, 0.074074,
  3768.                       0.0987653, 0.123457, 0.148148, 0.172839,
  3769.                       0.197531, 0.222222, 0.244444, 0.266667,
  3770.                       0.288889, 0.311111, 0.333333, 0.355556,
  3771.                       0.377778, 0.4, 0.422222, 0.444445,
  3772.                       0.466667, 0.488889, 0.511111, 0.533333,
  3773.                       0.555556, 0.577778, 0.6, 0.622222,
  3774.                       0.644445, 0.666667, 0.688889, 0.711111,
  3775.                       0.733333, 0.755556, 0.777778, 0.802469,
  3776.                       0.827161, 0.851852, 0.876543, 0.901235,
  3777.                       0.925926, 0.950617, 0.975309, 1 ]
  3778.                 keyValue    [ 0.577353 -0.577349 0.577349  2.0944,
  3779.                       0.575194 -0.581627 0.575205  2.08812,
  3780.                       0.573721 -0.584493 0.57377  2.08415,
  3781.                       0.572285 -0.587254 0.572383  2.08044,
  3782.                       0.570216 -0.591219 0.570363  2.07495,
  3783.                       0.566811 -0.597694 0.566997  2.06569,
  3784.                       0.561305 -0.607984 0.561508  2.05071,
  3785.                       0.552805 -0.623384 0.55299  2.02822,
  3786.                       0.5402 -0.645165 0.540321  1.99662,
  3787.                       0.522025 -0.674525 0.522021  1.95474,
  3788.                       0.513492 -0.687549 0.513422  1.93646,
  3789.                       0.50341 -0.702359 0.503259  1.91592,
  3790.                       0.491755 -0.718747 0.491508  1.89349,
  3791.                       0.478499 -0.736491 0.478142  1.86957,
  3792.                       0.463617 -0.755356 0.463138  1.84457,
  3793.                       0.447091 -0.775092 0.446478  1.81887,
  3794.                       0.428917 -0.795431 0.428159  1.79288,
  3795.                       0.409107 -0.816093 0.408196  1.76697,
  3796.                       0.387701 -0.836783 0.386628  1.74151,
  3797.                       0.364766 -0.857202 0.363525  1.71687,
  3798.                       0.340403 -0.877047 0.33899  1.69335,
  3799.                       0.314754 -0.896023 0.313167  1.67125,
  3800.                       0.288 -0.913851 0.286238  1.65081,
  3801.                       0.260364 -0.930282 0.258429  1.63224,
  3802.                       0.232107 -0.945106 0.230003  1.61568,
  3803.                       0.203525 -0.958161 0.201258  1.60121,
  3804.                       0.17494 -0.969347 0.172518  1.58889,
  3805.                       0.146694 -0.978626 0.144128  1.57868,
  3806.                       0.119137 -0.986026 0.116439  1.57049,
  3807.                       0.0926205 -0.991643 0.089804  1.5642,
  3808.                       0.067484 -0.995629 0.064564  1.55962,
  3809.                       0.0440524 -0.998186 0.041045  1.55654,
  3810.                       0.0226292 -0.999553 0.0195515  1.55471,
  3811.                       0.00349503 -0.999994 0.000365098  1.55387,
  3812.                       -0.013092 -0.999782 -0.0162557  1.55375,
  3813.                       -0.0488905 -0.997446 -0.0520619  1.55542,
  3814.                       -0.0730637 -0.994416 -0.076143  1.55809,
  3815.                       -0.0877947 -0.992 -0.0907097  1.56039,
  3816.                       -0.0952548 -0.990621 -0.0979578  1.56182,
  3817.                       -0.0975595 -0.99019 -0.100026  1.56242,
  3818.                       -0.0967837 -0.990369 -0.0990103  1.56247,
  3819.                       -0.0949878 -0.990742 -0.0969941  1.56232,
  3820.                       -0.094233 -0.990905 -0.0960595  1.56233,
  3821.                       -0.0965816 -0.99046 -0.0982896  1.56284 ]
  3822.               }
  3823.             ]
  3824.               }
  3825.               DEF PCI-LOGIC Script {
  3826.             eventOut            SFFloat            fractionOut
  3827.             eventOut            SFBool            cpuTriggerEnable
  3828.             eventOut            SFTime            delayedStartTime
  3829.             eventOut            SFBool            moduleRemoved
  3830.             eventIn            SFBool            timerActive
  3831.             eventIn            SFFloat            fractionIn
  3832.             eventIn            SFTime            triggerTime
  3833.             field            SFBool            moduleRemovedStatus    FALSE
  3834.             url    "vrmlscript:
  3835. function timerActive(value, time)
  3836. {
  3837.     if (!value) {
  3838.     moduleRemovedStatus = !moduleRemovedStatus;
  3839.     moduleRemoved = moduleRemovedStatus;
  3840.     }
  3841.     cpuTriggerEnable = !value;
  3842. }
  3843.  
  3844. function fractionIn(value, time)
  3845. {
  3846.     if (!moduleRemovedStatus) fractionOut = value;
  3847.         else fractionOut = 1-value;
  3848. }
  3849.  
  3850. function triggerTime(value, time)
  3851. {
  3852.     delayedStartTime = value + 1;
  3853. }
  3854. "
  3855.               }
  3856.               Shape {
  3857.             appearance    Appearance {
  3858.               material    Material {
  3859.                 ambientIntensity    0.2
  3860.                 diffuseColor    0.8 0.8 0.8
  3861.                 specularColor    0 0 0
  3862.                 emissiveColor    0.180851 0.180851 0.180851
  3863.                 shininess    0.2
  3864.                 transparency    0
  3865.               }
  3866.  
  3867.               texture    ImageTexture {
  3868.                 url    "Textures/pci.jpg"
  3869.               }
  3870.  
  3871.               textureTransform    TextureTransform {
  3872.                 translation    0 0
  3873.                 rotation    0
  3874.                 scale    0.98629 0.600024
  3875.                 center    0.5 0.5
  3876.               }
  3877.  
  3878.             }
  3879.  
  3880.             geometry    IndexedFaceSet {
  3881.               coord    Coordinate {
  3882.                 point    [ 10 10 -10,
  3883.                       10 -10 -10,
  3884.                       -10 -10 -10,
  3885.                       -10 10 -10,
  3886.                       -14.055 2.00768 -39.6788,
  3887.                       -14.055 2.00766 -8.0479,
  3888.                       -14.055 15.573 -8.0479,
  3889.                       -14.055 15.573 -39.6788,
  3890.                       -12.3349 15.573 -39.6788,
  3891.                       -10.9827 15.573 -8.0479,
  3892.                       -16.0672 15.573 -39.6788,
  3893.                       -16.0672 2.00768 -39.6788,
  3894.                       -14.0694 2.00765 -41.7231,
  3895.                       -14.0694 2.00763 -8.0479,
  3896.                       10.0693 2.00763 -8.0479,
  3897.                       10.0693 2.00765 -41.7231,
  3898.                       10.0693 16.104 -41.7231,
  3899.                       10.0693 16.104 -8.04791,
  3900.                       11.4795 16.104 -41.7231,
  3901.                       11.4795 16.104 -8.0479,
  3902.                       10.0693 3.34264 -41.7231,
  3903.                       -14.0694 3.34264 -41.7231,
  3904.                       10.0693 3.34264 -43.0327,
  3905.                       -14.0694 3.34264 -43.0327,
  3906.                       10.0693 15.7949 -8.0479,
  3907.                       -14.0694 15.7949 -8.04791,
  3908.                       10.0693 15.7949 -7.37807,
  3909.                       -14.0694 15.7949 -7.37807,
  3910.                       -9.07738 4.87967 -13.9022,
  3911.                       -9.07737 8.8499 -13.9022,
  3912.                       8.83348 8.84985 -13.9022,
  3913.                       8.83348 4.87963 -13.9022,
  3914.                       8.83348 8.84984 -9.99995,
  3915.                       8.83347 4.87962 -9.99995,
  3916.                       -9.07738 4.87966 -9.99997,
  3917.                       -9.07738 8.84989 -9.99997 ]
  3918.               }
  3919.  
  3920.               color    NULL
  3921.  
  3922.               coordIndex    [ 0, 1, 2, 3, -1, 4, 5, 6,
  3923.                     7, -1, 6, 7, 8, 9, -1, 4,
  3924.                     7, 10, 11, -1, 12, 13, 14, 15,
  3925.                     -1, 14, 15, 16, 17, -1, 17, 16,
  3926.                     18, 19, -1, 12, 15, 20, 21, -1,
  3927.                     21, 20, 22, 23, -1, 13, 14, 24,
  3928.                     25, -1, 25, 24, 26, 27, -1, 28,
  3929.                     29, 30, 31, -1, 31, 30, 32, 33,
  3930.                     -1, 34, 28, 31, 33, -1, 34, 35,
  3931.                     29, 28, -1, 29, 35, 32, 30, -1 ]
  3932.               colorIndex    [  ]
  3933.               normal    NULL
  3934.  
  3935.               texCoord    TextureCoordinate {
  3936.                 point    [ 0.86538 0.0248466,
  3937.                       0.86538 0.41738,
  3938.                       0.10914 0.417262,
  3939.                       0.109418 0.0237554,
  3940.                       0.315827 1.2561,
  3941.                       0.34219 1.27125,
  3942.                       0.551746 1.0256,
  3943.                       0.335398 1.25676,
  3944.                       0.516469 1.05164,
  3945.                       0.515749 1.03034,
  3946.                       0.326611 1.24297,
  3947.                       0.317025 1.241,
  3948.                       0.322627 1.17115,
  3949.                       0.320884 1.10385,
  3950.                       0.360172 1.1041,
  3951.                       0.358748 1.16812,
  3952.                       0.453806 1.25342,
  3953.                       0.463345 1.25555,
  3954.                       0.457709 1.24629,
  3955.                       0.462478 1.24771,
  3956.                       0.328308 1.2081,
  3957.                       0.3204 1.19511,
  3958.                       0.548412 1.1828,
  3959.                       0.50933 1.18847,
  3960.                       0.638255 1.05927,
  3961.                       0.624849 1.05927,
  3962.                       0.639864 1.03194,
  3963.                       0.622168 1.03282,
  3964.                       0 1,
  3965.                       0 0,
  3966.                       1 0,
  3967.                       1 1,
  3968.                       0.340003 1.2706,
  3969.                       0.340401 1.27288,
  3970.                       0.342588 1.27288,
  3971.                       0.341594 1.2706,
  3972.                       0.343781 1.27321,
  3973.                       0.339805 1.27092,
  3974.                       0.340202 1.27386,
  3975.                       0.553906 1.05401,
  3976.                       0.509905 1.20264,
  3977.                       0.545538 1.1998,
  3978.                       0.310797 1.19418,
  3979.                       0.3204 1.20903,
  3980.                       0.31558 1.24448,
  3981.                       0.334759 1.19707,
  3982.                       0.351714 1.22116,
  3983.                       0.317762 1.25435,
  3984.                       0.16503 0.942189,
  3985.                       0.164876 0.862637,
  3986.                       0.828023 0.864211,
  3987.                       0.828396 0.943845,
  3988.                       0.163397 -0.151057,
  3989.                       0.162946 -0.013934,
  3990.                       0.832907 -0.0158119,
  3991.                       0.831853 -0.14749,
  3992.                       0.984272 0.938725,
  3993.                       0.938392 0.935709,
  3994.                       0.938392 0.881409,
  3995.                       0.987943 0.878392,
  3996.                       0.0189465 0.932692,
  3997.                       0.0207817 0.893476,
  3998.                       0.0464748 0.893476,
  3999.                       0.0556509 0.935709 ]
  4000.               }
  4001.  
  4002.               texCoordIndex    [ 0, 1, 2, 3, -1, 36, 5, 37,
  4003.                     38, -1, 6, 39, 8, 9, -1, 4,
  4004.                     7, 10, 11, -1, 12, 13, 14, 15,
  4005.                     -1, 32, 33, 34, 35, -1, 17, 16,
  4006.                     18, 19, -1, 42, 43, 20, 21, -1,
  4007.                     40, 41, 22, 23, -1, 44, 45, 46,
  4008.                     47, -1, 25, 24, 26, 27, -1, 48,
  4009.                     49, 50, 51, -1, 56, 57, 58, 59,
  4010.                     -1, 28, 29, 30, 31, -1, 60, 61,
  4011.                     62, 63, -1, 52, 53, 54, 55, -1 ]
  4012.               ccw    TRUE
  4013.               solid    FALSE
  4014.               convex    TRUE
  4015.               creaseAngle    0.5
  4016.             }
  4017.  
  4018.               }
  4019.             ]
  4020.             translation    -52.9538 -171.223 -80.6539
  4021.             rotation    0.577353 -0.577349 0.577349  2.0944
  4022.             scale    7.22683 2.09762 3.75229
  4023.             scaleOrientation    0 0 1  0
  4024.             center    -2.29381 3.052 -25.2054
  4025.           }
  4026.         ]
  4027.         url    "TechDocs/pci.html"
  4028.         parameter    "target=secondary"
  4029.           }
  4030.  
  4031.           translation    -1.18469 0 0
  4032.           center    -55.2476 -168.171 -105.86
  4033.         }
  4034.         DEF CPU-PORT-ANCHOR-TREE Transform {
  4035.           children    Anchor {
  4036.         children    DEF CPU-PORT-ANCHOR Transform {
  4037.           children    Shape {
  4038.             appearance    Appearance {
  4039.               material    Material {
  4040.             ambientIntensity    0.2
  4041.             diffuseColor    0.8 0.8 0.8
  4042.             specularColor    0 0 0
  4043.             emissiveColor    0 0 0
  4044.             shininess    0.2
  4045.             transparency    1
  4046.               }
  4047.  
  4048.               texture    NULL
  4049.  
  4050.               textureTransform    NULL
  4051.  
  4052.             }
  4053.  
  4054.             geometry    IndexedFaceSet {
  4055.               coord    Coordinate {
  4056.             point    [ -100 100 100,
  4057.                   -100 -100 100,
  4058.                   100 100 100,
  4059.                   100 -100 100,
  4060.                   -100 -49.7327 100,
  4061.                   100 -49.7326 100,
  4062.                   363.608 -100 100,
  4063.                   363.608 -49.7326 100 ]
  4064.               }
  4065.  
  4066.               color    NULL
  4067.  
  4068.               coordIndex    [ 0, 4, 5, -1, 0, 5, 2, -1,
  4069.                     4, 1, 3, -1, 4, 3, 5, -1,
  4070.                     7, 5, 3, -1, 6, 7, 3, -1 ]
  4071.               colorIndex    [  ]
  4072.               normal    NULL
  4073.  
  4074.               solid    TRUE
  4075.               creaseAngle    0.5
  4076.             }
  4077.  
  4078.           }
  4079.  
  4080.           translation    -18.3562 -121.277 -112.579
  4081.           rotation    -5.68526e-07 1 -1.55623e-06  3.14589
  4082.           scale    0.0911905 1.08775 1
  4083.           scaleOrientation    0 0 1  0
  4084.         }
  4085.  
  4086.         url    "TechDocs/systemModule.html"
  4087.         description    ""
  4088.         parameter    "target=secondary"
  4089.           }
  4090.  
  4091.         }
  4092.       ]
  4093.       translation    157.835 280.749 34.6619
  4094.       rotation    -1.01024e-08 -1 -9.86028e-09  0.695069
  4095.       scale    0.999998 0.999998 0.999998
  4096.       scaleOrientation    0.0444261 -0.993969 0.100262  0.395526
  4097.       center    -39.7859 -120.45 -115.49
  4098.     }
  4099.     DEF FRONT-PANEL-TREE Transform {
  4100.       children    DEF FRONT-PANEL-SWITCH Switch {
  4101.         whichChoice    0
  4102.         choice    [
  4103.           DEF FRONT-PANEL-ASSEMBLY Transform {
  4104.         children    [
  4105.           DEF VOLUME-ASSEMBLY Transform {
  4106.             children    [
  4107.               DEF VOLUME-DOWN-TREE Transform {
  4108.             children    DEF VOLUME-DOWN Transform {
  4109.               children    [
  4110.                 DEF VOLUME-DOWN-TRIGGER TouchSensor {
  4111.                 }
  4112.                 Shape {
  4113.                   appearance    Appearance {
  4114.                 material    DEF VOLUME-DOWN-MAT Material {
  4115.                   ambientIntensity    0.2
  4116.                   diffuseColor    0 0.124 0.2
  4117.                   specularColor    0.0768561 0.0957447 0.0957447
  4118.                   emissiveColor    0 0 0
  4119.                   shininess    0.133333
  4120.                   transparency    0
  4121.                 }
  4122.  
  4123.                 texture    NULL
  4124.  
  4125.                 textureTransform    NULL
  4126.  
  4127.                   }
  4128.  
  4129.                   geometry    IndexedFaceSet {
  4130.                 coord    Coordinate {
  4131.                   point    [ 0 -100 -100,
  4132.                         0 100 -100,
  4133.                         38.2683 100 -92.388,
  4134.                         38.2683 -100 -92.388,
  4135.                         70.7107 100 -70.7107,
  4136.                         70.7107 -100 -70.7107,
  4137.                         92.388 100 -38.2683,
  4138.                         92.388 -100 -38.2683,
  4139.                         100 100 4.37114e-06,
  4140.                         100 -100 4.37114e-06,
  4141.                         92.388 100 38.2684,
  4142.                         92.388 -100 38.2684,
  4143.                         70.7107 100 70.7107,
  4144.                         70.7107 -100 70.7107,
  4145.                         38.2683 100 92.388,
  4146.                         38.2683 -100 92.388,
  4147.                         1.50996e-05 100 100,
  4148.                         1.50996e-05 -100 100,
  4149.                         0 -144.328 0 ]
  4150.                 }
  4151.  
  4152.                 color    NULL
  4153.  
  4154.                 coordIndex    [ 0, 1, 2, 3, -1, 3, 2, 4,
  4155.                       5, -1, 5, 4, 6, 7, -1, 7,
  4156.                       6, 8, 9, -1, 9, 8, 10, 11,
  4157.                       -1, 11, 10, 12, 13, -1, 13, 12,
  4158.                       14, 15, -1, 15, 14, 16, 17, -1,
  4159.                       18, 0, 3, -1, 18, 3, 5, -1,
  4160.                       18, 5, 7, -1, 18, 7, 9, -1,
  4161.                       18, 9, 11, -1, 18, 11, 13, -1,
  4162.                       18, 13, 15, -1, 18, 15, 17, -1 ]
  4163.                 colorIndex    [  ]
  4164.                 normal    NULL
  4165.  
  4166.                 ccw    TRUE
  4167.                 solid    TRUE
  4168.                 convex    TRUE
  4169.                 creaseAngle    1.25018
  4170.                   }
  4171.  
  4172.                 }
  4173.               ]
  4174.               translation    -435.314 62.2182 469.641
  4175.               rotation    3.85417e-14 0.737427 -0.675427  3.14159
  4176.               scale    0.78377 0.378793 0.328554
  4177.               scaleOrientation    0 0 1  0
  4178.             }
  4179.  
  4180.             translation    0 0 0
  4181.               }
  4182.               DEF VOLUME-UP-TREE Transform {
  4183.             children    DEF VOLUME-UP Transform {
  4184.               children    [
  4185.                 DEF VOLUME-UP-TRIGGER TouchSensor {
  4186.                 }
  4187.                 Shape {
  4188.                   appearance    Appearance {
  4189.                 material    DEF VOLUME-UP-MAT Material {
  4190.                   ambientIntensity    0.2
  4191.                   diffuseColor    0 0.124 0.2
  4192.                   specularColor    0.0768561 0.0957447 0.0957447
  4193.                   emissiveColor    0 0 0
  4194.                   shininess    0.133333
  4195.                   transparency    0
  4196.                 }
  4197.  
  4198.                 texture    NULL
  4199.  
  4200.                 textureTransform    NULL
  4201.  
  4202.                   }
  4203.  
  4204.                   geometry    IndexedFaceSet {
  4205.                 coord    Coordinate {
  4206.                   point    [ 0 -100 -100,
  4207.                         0 100 -100,
  4208.                         1.50996e-05 -100 100,
  4209.                         1.50996e-05 100 100,
  4210.                         -38.2683 -100 92.388,
  4211.                         -38.2683 100 92.388,
  4212.                         -70.7107 -100 70.7107,
  4213.                         -70.7107 100 70.7107,
  4214.                         -92.388 -100 38.2684,
  4215.                         -92.388 100 38.2684,
  4216.                         -100 -100 -1.19249e-06,
  4217.                         -100 100 -1.19249e-06,
  4218.                         -92.3879 -100 -38.2684,
  4219.                         -92.3879 100 -38.2684,
  4220.                         -70.7107 -100 -70.7107,
  4221.                         -70.7107 100 -70.7107,
  4222.                         -38.2683 -100 -92.388,
  4223.                         -38.2683 100 -92.388,
  4224.                         0 -144.328 0 ]
  4225.                 }
  4226.  
  4227.                 color    NULL
  4228.  
  4229.                 coordIndex    [ 2, 3, 5, 4, -1, 4, 5, 7,
  4230.                       6, -1, 6, 7, 9, 8, -1, 8,
  4231.                       9, 11, 10, -1, 10, 11, 13, 12,
  4232.                       -1, 12, 13, 15, 14, -1, 14, 15,
  4233.                       17, 16, -1, 16, 17, 1, 0, -1,
  4234.                       18, 2, 4, -1, 18, 4, 6, -1,
  4235.                       18, 6, 8, -1, 18, 8, 10, -1,
  4236.                       18, 10, 12, -1, 18, 12, 14, -1,
  4237.                       18, 14, 16, -1, 18, 16, 0, -1 ]
  4238.                 colorIndex    [  ]
  4239.                 normal    NULL
  4240.  
  4241.                 creaseAngle    1.25018
  4242.                   }
  4243.  
  4244.                 }
  4245.               ]
  4246.               translation    -430.686 62.2182 469.641
  4247.               rotation    0 0.737427 -0.675427  3.14159
  4248.               scale    0.78377 0.378793 0.328554
  4249.               scaleOrientation    0 0 1  0
  4250.             }
  4251.  
  4252.             translation    0 0 0
  4253.               }
  4254.             ]
  4255.             translation    -23.4217 92.0291 227.415
  4256.             rotation    -0.299153 0.197006 0.933647  0.190242
  4257.             scale    0.159772 0.159772 0.159772
  4258.             scaleOrientation    0.987839 0.15542 0.00436016  3.93437
  4259.           }
  4260.           DEF ON-OFF-BUTTON Transform {
  4261.             children    [
  4262.               DEF ON-OFF-TRIGGER TouchSensor {
  4263.               }
  4264.               Shape {
  4265.             appearance    Appearance {
  4266.               material    DEF _75 Material {
  4267.                 ambientIntensity    0.2
  4268.                 diffuseColor    0 0.124 0.2
  4269.                 specularColor    0.0768561 0.0957447 0.0957447
  4270.                 emissiveColor    0 0 0
  4271.                 shininess    0.133333
  4272.                 transparency    0
  4273.               }
  4274.  
  4275.               texture    NULL
  4276.  
  4277.               textureTransform    NULL
  4278.  
  4279.             }
  4280.  
  4281.             geometry    IndexedFaceSet {
  4282.               coord    Coordinate {
  4283.                 point    [ 0 -100 -100,
  4284.                       0 100 -100,
  4285.                       70.7107 -100 -70.7107,
  4286.                       70.7107 100 -70.7107,
  4287.                       100 -100 4.37114e-06,
  4288.                       100 100 4.37114e-06,
  4289.                       70.7107 -100 70.7107,
  4290.                       70.7107 100 70.7107,
  4291.                       1.50996e-05 -100 100,
  4292.                       1.50996e-05 100 100,
  4293.                       -70.7107 -100 70.7107,
  4294.                       -70.7107 100 70.7107,
  4295.                       -100 -100 -1.19249e-06,
  4296.                       -100 100 -1.19249e-06,
  4297.                       -70.7107 -100 -70.7107,
  4298.                       -70.7107 100 -70.7107,
  4299.                       0 -133.437 0,
  4300.                       0 100 -100,
  4301.                       0 -100 -100,
  4302.                       0 -100 -100,
  4303.                       70.7107 -100 -70.7107,
  4304.                       100 -100 4.37114e-06,
  4305.                       70.7107 -100 70.7107,
  4306.                       1.50996e-05 -100 100,
  4307.                       -70.7107 -100 70.7107,
  4308.                       -100 -100 -1.19249e-06,
  4309.                       -70.7107 -100 -70.7107 ]
  4310.               }
  4311.  
  4312.               color    NULL
  4313.  
  4314.               coordIndex    [ 16, 23, 24, -1, 16, 24, 25, -1,
  4315.                     16, 25, 26, -1, 16, 26, 19, -1,
  4316.                     16, 19, 20, -1, 16, 20, 21, -1,
  4317.                     16, 21, 22, -1, 16, 22, 23, -1,
  4318.                     8, 9, 11, -1, 11, 10, 8, -1,
  4319.                     10, 11, 13, -1, 13, 12, 10, -1,
  4320.                     12, 13, 15, -1, 15, 14, 12, -1,
  4321.                     14, 15, 17, -1, 17, 18, 14, -1,
  4322.                     0, 1, 3, -1, 3, 2, 0, -1,
  4323.                     2, 3, 5, -1, 5, 4, 2, -1,
  4324.                     4, 5, 7, -1, 7, 6, 4, -1,
  4325.                     6, 7, 9, -1, 6, 9, 8, -1 ]
  4326.               colorIndex    [  ]
  4327.               normal    NULL
  4328.  
  4329.               creaseAngle    1.33937
  4330.             }
  4331.  
  4332.               }
  4333.             ]
  4334.             translation    -161.479 80.0417 304.219
  4335.             rotation    -0.99811 -0.0278333 -0.0547894  1.53354
  4336.             scale    0.0637643 0.0637647 0.0453012
  4337.             scaleOrientation    2.98284e-05 1.91796e-05 1  0.0106977
  4338.           }
  4339.           DEF ON-OFF-LED Transform {
  4340.             children    [
  4341.               DEF BOOTUP-ANIMATION-TREE Group {
  4342.             children    [
  4343.               DEF BOOTUP-ANIMATION Group {
  4344.                 children    DEF Time_76 TimeSensor {
  4345.                   cycleInterval    30
  4346.                   startTime    0
  4347.                 }
  4348.  
  4349.               }
  4350.               DEF BOOTUP-EmissiveColorInterp ColorInterpolator {
  4351.                 key    [ 0, 0.00999, 0.01, 0.04999,
  4352.                       0.05, 0.333323, 0.333333 ]
  4353.                 keyValue    [ 0 0 0,
  4354.                       0 0 0,
  4355.                       1 0 0,
  4356.                       1 0 0,
  4357.                       1 0.456989 0,
  4358.                       1 0.456989 0,
  4359.                       0.181476 1 0.21879 ]
  4360.               }
  4361.             ]
  4362.               }
  4363.               DEF SHUTDOWN-ANIMATION-TREE Group {
  4364.             children    [
  4365.               DEF SHUTDOWN-ANIMATION Group {
  4366.                 children    DEF Time_78 TimeSensor {
  4367.                   cycleInterval    8
  4368.                   startTime    0
  4369.                 }
  4370.  
  4371.               }
  4372.               DEF SHUTDOWN-EmissiveColorInterp ColorInterpolator {
  4373.                 key    [ 0, 0.01249, 0.0125, 0.06249,
  4374.                       0.0625, 0.12499, 0.125, 0.18749,
  4375.                       0.1875, 0.24999, 0.25, 0.31249,
  4376.                       0.3125, 0.37499, 0.375, 0.43749,
  4377.                       0.4375, 0.49999, 0.5, 0.56249,
  4378.                       0.5625, 0.62499, 0.625, 0.68749,
  4379.                       0.6875, 0.74999, 0.75, 0.81249,
  4380.                       0.8125, 0.87499, 0.875, 0.93749,
  4381.                       0.9375 ]
  4382.                 keyValue    [ 0 0 0,
  4383.                       0 0 0,
  4384.                       1 0.0586909 0,
  4385.                       1 0.0586909 0,
  4386.                       0.720675 1 0,
  4387.                       0.720675 1 0,
  4388.                       1 0.0586909 0,
  4389.                       1 0.0586909 0,
  4390.                       0.720675 1 0,
  4391.                       0.720675 1 0,
  4392.                       1 0.0586909 0,
  4393.                       1 0.0586909 0,
  4394.                       0.720675 1 0,
  4395.                       0.720675 1 0,
  4396.                       1 0.0586909 0,
  4397.                       1 0.0586909 0,
  4398.                       0.720675 1 0,
  4399.                       0.720675 1 0,
  4400.                       1 0.0586909 0,
  4401.                       1 0.0586909 0,
  4402.                       0.720675 1 0,
  4403.                       0.720675 1 0,
  4404.                       1 0.0586909 0,
  4405.                       1 0.0586909 0,
  4406.                       0.720675 1 0,
  4407.                       0.720675 1 0,
  4408.                       1 0.0586909 0,
  4409.                       1 0.0586909 0,
  4410.                       0.720675 1 0,
  4411.                       0.720675 1 0,
  4412.                       1 0.0586909 0,
  4413.                       1 0.0586909 0,
  4414.                       0 0 0 ]
  4415.               }
  4416.             ]
  4417.               }
  4418.               Shape {
  4419.             appearance    Appearance {
  4420.               material    DEF _80 Material {
  4421.                 ambientIntensity    0
  4422.                 diffuseColor    0 0 0
  4423.                 specularColor    0 0 0
  4424.                 emissiveColor    0 0 0
  4425.                 shininess    0
  4426.                 transparency    0
  4427.               }
  4428.  
  4429.               texture    NULL
  4430.  
  4431.               textureTransform    NULL
  4432.  
  4433.             }
  4434.  
  4435.             geometry    IndexedFaceSet {
  4436.               coord    Coordinate {
  4437.                 point    [ -6.6196 6.61954 6.61952,
  4438.                       -6.6196 -6.61954 6.61952,
  4439.                       6.6196 6.61954 6.61952,
  4440.                       6.6196 -6.61954 6.61952,
  4441.                       6.6196 6.61954 -6.61952,
  4442.                       6.6196 -6.61954 -6.61952,
  4443.                       -6.6196 6.61954 -6.61952,
  4444.                       -6.6196 -6.61954 -6.61952 ]
  4445.               }
  4446.  
  4447.               color    NULL
  4448.  
  4449.               coordIndex    [ 0, 1, 3, 2, -1, 4, 5, 7,
  4450.                     6, -1, 6, 7, 1, 0, -1, 2,
  4451.                     3, 5, 4, -1, 6, 0, 2, 4,
  4452.                     -1 ]
  4453.               colorIndex    [  ]
  4454.               normal    NULL
  4455.  
  4456.               creaseAngle    2.24868
  4457.             }
  4458.  
  4459.               }
  4460.             ]
  4461.             translation    -180.703 77.7991 302.474
  4462.             rotation    0.906008 -0.286573 -0.311488  1.80295
  4463.             scale    0.197688 0.411328 0.197683
  4464.             scaleOrientation    -1.53785e-05 1 1.07744e-05  0.279925
  4465.           }
  4466.         ]
  4467.           }
  4468.           Transform {
  4469.         children    [
  4470.         ]
  4471.           }
  4472.         ]
  4473.       }
  4474.  
  4475.     }
  4476.     DEF POWER-SUPPLY-TREE Transform {
  4477.       children    Anchor {
  4478.         children    [
  4479.           DEF DefaultTouchSensor_81 TouchSensor {
  4480.         enabled    TRUE
  4481.           }
  4482.           DEF POWER-SUPPLY Transform {
  4483.         children    [
  4484.           Group {
  4485.             children    [
  4486.               DEF POWERSUPPLY-ANIMATION Group {
  4487.             children    DEF Time_83 TimeSensor {
  4488.               cycleInterval    6
  4489.               startTime    0
  4490.             }
  4491.  
  4492.               }
  4493.               DEF POWER-SUPPLYTranslationInterp PositionInterpolator {
  4494.             key    [ 0, 0.383333, 0.4, 0.416666,
  4495.                   0.433333, 0.45, 0.466667, 0.483333,
  4496.                   0.5, 0.516667, 0.536111, 0.555556,
  4497.                   0.575, 0.594444, 0.613889, 0.633333,
  4498.                   0.651515, 0.669697, 0.687878, 0.70606,
  4499.                   0.724242, 0.742424, 0.760606, 0.778787,
  4500.                   0.796969, 0.815151, 0.833333, 0.85,
  4501.                   0.866666, 0.883333, 0.9, 0.916667,
  4502.                   0.933333, 0.95, 0.966667, 0.983333,
  4503.                   1 ]
  4504.             keyValue    [ -46.2106 284.737 260.138,
  4505.                   -46.2106 284.737 35.218,
  4506.                   -49.0275 285.73 22.5964,
  4507.                   -53.6028 287.602 7.38173,
  4508.                   -59.6803 290.017 -9.38754,
  4509.                   -67.0036 292.635 -26.673,
  4510.                   -75.3165 295.118 -43.4362,
  4511.                   -84.3627 297.128 -58.6388,
  4512.                   -93.886 298.327 -71.2422,
  4513.                   -103.63 298.376 -80.2082,
  4514.                   -116.465 297.328 -85.6963,
  4515.                   -131.488 295.498 -86.8929,
  4516.                   -147.661 292.627 -84.6996,
  4517.                   -163.952 288.455 -80.018,
  4518.                   -179.325 282.719 -73.7498,
  4519.                   -192.744 275.161 -66.7967,
  4520.                   -204.158 266.448 -59.5142,
  4521.                   -215.68 256.502 -50.9505,
  4522.                   -227.167 245.611 -41.4091,
  4523.                   -238.477 234.064 -31.1935,
  4524.                   -249.465 222.147 -20.6069,
  4525.                   -259.99 210.15 -9.9528,
  4526.                   -269.908 198.359 0.465436,
  4527.                   -279.076 187.064 10.3444,
  4528.                   -287.351 176.551 19.3807,
  4529.                   -294.59 167.109 27.271,
  4530.                   -300.65 159.025 33.7118,
  4531.                   -304.704 153.005 38.1227,
  4532.                   -307.118 148.2 41.2163,
  4533.                   -308.181 144.396 43.225,
  4534.                   -308.182 141.378 44.3814,
  4535.                   -307.411 138.932 44.9178,
  4536.                   -306.158 136.844 45.0668,
  4537.                   -304.712 134.898 45.0609,
  4538.                   -303.362 132.881 45.1324,
  4539.                   -302.398 130.578 45.5139,
  4540.                   -302.11 127.775 46.4378 ]
  4541.               }
  4542.               DEF POWER-SUPPLYRotationInterp OrientationInterpolator {
  4543.             key    [ 0, 0.383333, 0.4, 0.416666,
  4544.                   0.433333, 0.45, 0.466667, 0.483333,
  4545.                   0.5, 0.516667, 0.536111, 0.555556,
  4546.                   0.575, 0.594444, 0.613889, 0.633333,
  4547.                   0.651515, 0.669697, 0.687878, 0.70606,
  4548.                   0.724242, 0.742424, 0.760606, 0.778787,
  4549.                   0.796969, 0.815151, 0.833333, 0.85,
  4550.                   0.866666, 0.883333, 0.9, 0.916667,
  4551.                   0.933333, 0.95, 0.966667, 0.983333,
  4552.                   1 ]
  4553.             keyValue    [ 0 0 1  0,
  4554.                   0 0 1  0,
  4555.                   0.167959 0.985651 0.0167903  0.0456651,
  4556.                   0.173601 0.984633 0.0189756  0.106852,
  4557.                   0.175681 0.984248 0.0197815  0.179744,
  4558.                   0.17537 0.984306 0.019661  0.260523,
  4559.                   0.173174 0.984712 0.01881  0.345366,
  4560.                   0.169261 0.98542 0.0172943  0.430457,
  4561.                   0.163585 0.986414 0.0150971  0.511991,
  4562.                   0.155918 0.987695 0.0121323  0.586177,
  4563.                   0.141878 0.989865 0.00617273  0.687273,
  4564.                   0.126245 0.991999 -0.000795145  0.798317,
  4565.                   0.111568 0.993731 -0.00715977  0.90785,
  4566.                   0.0987564 0.995036 -0.0122413  1.00431,
  4567.                   0.0880139 0.995995 -0.01572  1.07606,
  4568.                   0.0793153 0.996699 -0.0173101  1.11144,
  4569.                   0.0749054 0.99704 -0.0173542  1.11004,
  4570.                   0.0700208 0.997401 -0.016972  1.0933,
  4571.                   0.0645963 0.99778 -0.0162125  1.06422,
  4572.                   0.0585806 0.998168 -0.0151093  1.0258,
  4573.                   0.0519474 0.998556 -0.0136918  0.981012,
  4574.                   0.0447145 0.998928 -0.0119954  0.932858,
  4575.                   0.0369734 0.999265 -0.0100746  0.884323,
  4576.                   0.0289291 0.999549 -0.00801778  0.838387,
  4577.                   0.0209434 0.999763 -0.00596205  0.798025,
  4578.                   0.0135649 0.9999 -0.00410346  0.766199,
  4579.                   0.00751262 0.999968 -0.00269026  0.745865,
  4580.                   0.00269111 0.999995 -0.00162694  0.735247,
  4581.                   -0.000556434 0.999999 -0.000852878  0.732334,
  4582.                   -0.00240218 0.999997 -0.000343023  0.735647,
  4583.                   -0.00310497 0.999995 -5.47839e-05  0.743709,
  4584.                   -0.00296763 0.999996 6.42699e-05  0.755052,
  4585.                   -0.00230191 0.999997 6.98259e-05  0.768206,
  4586.                   -0.00140615 0.999999 1.63992e-05  0.781702,
  4587.                   -0.000556021 1 -4.47467e-05  0.794071,
  4588.                   -6.08286e-06 1 -6.56401e-05  0.803845,
  4589.                   0 1 0  0.809553 ]
  4590.               }
  4591.             ]
  4592.           }
  4593.           DEF POWERSUPPLY-LOGIC Script {
  4594.             eventOut            SFFloat            fractionOut
  4595.             eventOut            SFBool            pwrCoverTriggerEnable
  4596.             eventOut            SFTime            delayedStartTime
  4597.             eventOut            SFBool            moduleRemoved
  4598.             eventIn            SFBool            timerActive
  4599.             eventIn            SFFloat            fractionIn
  4600.             eventIn            SFTime            triggerTime
  4601.             field            SFBool            moduleRemovedStatus    TRUE
  4602.             url    "vrmlscript:
  4603. function timerActive(value, time)
  4604. {
  4605.     if (!value) {
  4606.     moduleRemovedStatus = !moduleRemovedStatus;
  4607.         moduleRemoved = moduleRemovedStatus;
  4608.     }
  4609.    
  4610.     pwrCoverTriggerEnable = !value;
  4611. }
  4612.  
  4613. function fractionIn(value, time)
  4614. {
  4615.     if (!moduleRemovedStatus) fractionOut = value;
  4616.         else fractionOut = 1-value;
  4617. }
  4618.  
  4619. function triggerTime(value, time)
  4620. {
  4621.     delayedStartTime = value + 1;
  4622. }
  4623. "
  4624.           }
  4625.           Shape {
  4626.             appearance    Appearance {
  4627.               material    Material {
  4628.             ambientIntensity    0.230089
  4629.             diffuseColor    0.610811 0.610811 0.610811
  4630.             specularColor    0.767568 0.756757 0.764964
  4631.             emissiveColor    0.212766 0.212766 0.212766
  4632.             shininess    0.897297
  4633.             transparency    0
  4634.               }
  4635.  
  4636.               texture    ImageTexture {
  4637.             url    "Textures/powerSupply.jpg"
  4638.               }
  4639.  
  4640.               textureTransform    TextureTransform {
  4641.             translation    0 -0.02
  4642.             rotation    4.71239
  4643.             scale    0.587726 0.552326
  4644.             center    0.5 0.52
  4645.               }
  4646.  
  4647.             }
  4648.  
  4649.             geometry    IndexedFaceSet {
  4650.               coord    Coordinate {
  4651.             point    [ -54.2125 -62.61 -15.1456,
  4652.                   -54.2125 -0.51 -2.7096,
  4653.                   -54.2125 -89.41 -15.1456,
  4654.                   -54.2125 -89.41 -209.978,
  4655.                   -54.2125 -0.51 -209.978,
  4656.                   -168.102 -0.51 -2.7096,
  4657.                   -54.2125 -62.61 -2.7096,
  4658.                   -168.102 -0.51 -209.978,
  4659.                   -168.102 -89.41 -209.978,
  4660.                   -168.102 -89.41 -15.1456,
  4661.                   -168.102 -62.61 -2.7096,
  4662.                   -168.102 -62.61 -15.1456,
  4663.                   -163.818 -54.4075 -209.978,
  4664.                   -140.958 -84.2525 -209.978,
  4665.                   -163.818 -84.2525 -209.978,
  4666.                   -140.958 -84.2525 -212.978,
  4667.                   -140.958 -54.4075 -209.978,
  4668.                   -140.958 -54.4075 -212.978,
  4669.                   -163.818 -84.2525 -212.978,
  4670.                   -163.818 -54.4075 -212.978,
  4671.                   -145.307 -62.2348 -212.978,
  4672.                   -159.138 -80.0555 -212.978,
  4673.                   -145.307 -76.4252 -212.978,
  4674.                   -148.937 -80.0555 -212.978,
  4675.                   -148.937 -58.6045 -212.978,
  4676.                   -159.138 -58.6045 -212.978,
  4677.                   -145.307 -76.4252 -196.468,
  4678.                   -145.307 -62.2348 -196.468,
  4679.                   -148.937 -80.0555 -196.468,
  4680.                   -159.138 -80.0555 -196.468,
  4681.                   -148.937 -58.6045 -196.468,
  4682.                   -159.138 -58.6045 -196.468,
  4683.                   -135.967 -76.52 -1.39506,
  4684.                   -135.967 -68.92 -1.39506,
  4685.                   -135.967 -68.92 -15.5416,
  4686.                   -135.967 -76.52 -15.5416,
  4687.                   -86.3475 -76.52 -15.5416,
  4688.                   -86.3475 -76.52 -1.39506,
  4689.                   -86.3475 -68.92 -1.39506,
  4690.                   -86.3475 -68.92 -15.5416,
  4691.                   -147.87 -75.2774 -3.21531,
  4692.                   -147.87 -70.6239 -3.21531,
  4693.                   -147.87 -70.6239 -15.1456,
  4694.                   -147.87 -75.2774 -15.1456,
  4695.                   -143.711 -75.2774 -15.1456,
  4696.                   -143.711 -75.2774 -3.21531,
  4697.                   -143.711 -70.6239 -3.21531,
  4698.                   -143.711 -70.6239 -15.1456,
  4699.                   -78.1394 -75.2571 -3.21531,
  4700.                   -78.1394 -70.6036 -3.21531,
  4701.                   -78.1394 -70.6036 -15.1456,
  4702.                   -78.1394 -75.2571 -15.1456,
  4703.                   -73.9804 -75.2571 -15.1456,
  4704.                   -73.9804 -75.2571 -3.21531,
  4705.                   -73.9804 -70.6036 -3.21531,
  4706.                   -73.9804 -70.6036 -15.1456 ]
  4707.               }
  4708.  
  4709.               color    NULL
  4710.  
  4711.               coordIndex    [ 10, 6, 5, -1, 1, 5, 6, -1,
  4712.                     1, 4, 5, -1, 7, 5, 4, -1,
  4713.                     11, 0, 10, -1, 6, 10, 0, -1,
  4714.                     2, 0, 11, -1, 11, 9, 2, -1,
  4715.                     3, 2, 9, -1, 9, 8, 3, -1,
  4716.                     21, 18, 19, -1, 21, 19, 25, -1,
  4717.                     24, 19, 17, -1, 24, 17, 20, -1,
  4718.                     15, 20, 17, -1, 22, 20, 15, -1,
  4719.                     22, 15, 23, -1, 21, 23, 15, -1,
  4720.                     21, 15, 18, -1, 22, 26, 20, -1,
  4721.                     27, 20, 26, -1, 20, 27, 24, -1,
  4722.                     24, 30, 25, -1, 30, 24, 27, -1,
  4723.                     30, 27, 31, -1, 31, 25, 30, -1,
  4724.                     26, 28, 31, -1, 23, 28, 22, -1,
  4725.                     26, 22, 28, -1, 18, 15, 14, -1,
  4726.                     13, 14, 15, -1, 14, 12, 18, -1,
  4727.                     19, 18, 12, -1, 12, 16, 19, -1,
  4728.                     17, 19, 16, -1, 16, 13, 17, -1,
  4729.                     15, 17, 13, -1, 21, 25, 29, -1,
  4730.                     31, 29, 25, -1, 21, 29, 23, -1,
  4731.                     28, 23, 29, -1, 29, 31, 28, -1,
  4732.                     26, 31, 27, -1, 24, 25, 19, -1,
  4733.                     8, 7, 12, -1, 8, 12, 14, -1,
  4734.                     8, 14, 13, -1, 12, 7, 4, -1,
  4735.                     4, 3, 16, -1, 16, 12, 4, -1,
  4736.                     3, 8, 13, -1, 13, 16, 3, -1,
  4737.                     32, 33, 34, -1, 34, 35, 32, -1,
  4738.                     32, 35, 36, -1, 33, 32, 37, -1,
  4739.                     36, 37, 32, -1, 37, 38, 33, -1,
  4740.                     38, 37, 36, -1, 34, 33, 38, -1,
  4741.                     36, 39, 38, -1, 38, 39, 34, -1,
  4742.                     40, 41, 42, -1, 42, 43, 40, -1,
  4743.                     40, 43, 44, -1, 41, 40, 45, -1,
  4744.                     44, 45, 40, -1, 45, 46, 41, -1,
  4745.                     46, 45, 44, -1, 42, 41, 46, -1,
  4746.                     44, 47, 46, -1, 46, 47, 42, -1,
  4747.                     48, 49, 50, -1, 50, 51, 48, -1,
  4748.                     48, 51, 52, -1, 49, 48, 53, -1,
  4749.                     52, 53, 48, -1, 53, 54, 49, -1,
  4750.                     54, 53, 52, -1, 50, 49, 54, -1,
  4751.                     52, 55, 54, -1, 54, 55, 50, -1,
  4752.                     11, 10, 5, 7, 8, 9, -1, 4,
  4753.                     1, 6, 0, 2, 3, -1 ]
  4754.               colorIndex    [  ]
  4755.               normal    NULL
  4756.  
  4757.               texCoord    TextureCoordinate {
  4758.             point    [ 0.935011 0.538274,
  4759.                   0.956569 0.529963,
  4760.                   0.906185 0.926943,
  4761.                   -0.348205 0.53337,
  4762.                   0.0433514 0.532071,
  4763.                   0.958131 0.0227086,
  4764.                   0.993787 0.538274,
  4765.                   0.0458572 0.0249229,
  4766.                   -0.347924 0.0201581,
  4767.                   0.902514 1.42304,
  4768.                   0.993787 0,
  4769.                   0.935011 0,
  4770.                   0.0141788 0.0202474,
  4771.                   -0.327206 0.0414717,
  4772.                   0.0141788 0.0202474,
  4773.                   -0.326169 0.056366,
  4774.                   -0.197084 0.0547111,
  4775.                   -0.198121 0.0403684,
  4776.                   0 0.0202474,
  4777.                   0 0.0202474,
  4778.                   -0.225827 0.128104,
  4779.                   -0.307737 0.0547354,
  4780.                   -0.299487 0.127794,
  4781.                   -0.316745 0.109006,
  4782.                   -0.206646 0.108796,
  4783.                   -0.212867 0.0541837,
  4784.                   -0.223813 0.107212,
  4785.                   -0.227839 0.115781,
  4786.                   -0.227839 0.113945,
  4787.                   -0.224963 0.108436,
  4788.                   -0.224388 0.113333,
  4789.                   -0.227264 0.114557,
  4790.                   1 0.151879,
  4791.                   1 0.151879,
  4792.                   0.93314 0.151879,
  4793.                   0.93314 0.151879,
  4794.                   0.93314 0.386395,
  4795.                   1 0.386395,
  4796.                   1 0.386395,
  4797.                   0.93314 0.386395,
  4798.                   0.991397 0.0956221,
  4799.                   0.991397 0.0956221,
  4800.                   0.998688 0.10638,
  4801.                   1.01206 0.101044,
  4802.                   1.00621 0.117052,
  4803.                   0.991397 0.115279,
  4804.                   0.991397 0.115279,
  4805.                   0.935011 0.115279,
  4806.                   0.991397 0.425188,
  4807.                   0.991397 0.425188,
  4808.                   0.986987 0.418545,
  4809.                   1.00454 0.445226,
  4810.                   1.0154 0.440779,
  4811.                   0.991397 0.444845,
  4812.                   0.991397 0.444845,
  4813.                   1.00537 0.444337,
  4814.                   0.047527 0.530549,
  4815.                   0.959294 0.528264,
  4816.                   0.961098 0.800847,
  4817.                   0.908181 0.800207,
  4818.                   0.908262 0.91502,
  4819.                   0.0488554 0.918925,
  4820.                   0.907322 -0.269022,
  4821.                   0.965406 -0.269022,
  4822.                   0.96773 0.0189983,
  4823.                   0.0450511 0.0225217,
  4824.                   0.0422882 -0.380265,
  4825.                   0.906243 -0.383671,
  4826.                   1.23088 0.0256346,
  4827.                   1.23336 0.531009,
  4828.                   0.961101 0.024613,
  4829.                   0.958876 0.530525,
  4830.                   0.961101 0.024613,
  4831.                   1.23279 0.530335,
  4832.                   1.23271 0.021722,
  4833.                   1.34906 0.0241238,
  4834.                   1.35089 0.52969,
  4835.                   1.35165 0.53009,
  4836.                   1.23489 0.53009,
  4837.                   1.23316 0.0217852,
  4838.                   1.25846 0.163753,
  4839.                   1.30527 0.164642,
  4840.                   1.3061 0.394097,
  4841.                   1.30694 0.393208,
  4842.                   1.2593 0.394097,
  4843.                   1.25846 0.163753,
  4844.                   1.29774 0.137072,
  4845.                   1.26264 0.136183,
  4846.                   1.26264 0.100609,
  4847.                   1.26264 0.0988298,
  4848.                   1.29942 0.0979405,
  4849.                   1.29942 0.137072,
  4850.                   1.29623 0.452341,
  4851.                   1.26447 0.451451,
  4852.                   1.26363 0.422103,
  4853.                   1.2979 0.418545,
  4854.                   1.26447 0.420324,
  4855.                   1.29707 0.45323,
  4856.                   0.0483948 0.925641,
  4857.                   0.902514 1.42174,
  4858.                   0.0447237 1.42044,
  4859.                   0.0471711 0.925641,
  4860.                   0.912748 1.06858,
  4861.                   0.967373 1.06814,
  4862.                   0.968336 1.2882,
  4863.                   0.968214 1.28882,
  4864.                   0.911946 1.28925,
  4865.                   0.912337 1.06902,
  4866.                   0.966995 1.29046,
  4867.                   0.919014 1.29046,
  4868.                   0.918134 1.0689,
  4869.                   0.918134 1.0689,
  4870.                   0.966115 1.06984,
  4871.                   0.966555 1.28999,
  4872.                   0.0433514 0.532071,
  4873.                   -0.348618 0.533096,
  4874.                   -0.194479 0.142311,
  4875.                   -0.325533 0.142199,
  4876.                   -0.194826 0.141818,
  4877.                   -0.348205 0.532789,
  4878.                   -0.194899 0.1415,
  4879.                   -0.19442 0.0401073,
  4880.                   0.0429497 0.532168,
  4881.                   -0.194795 0.0394185,
  4882.                   0.0447239 0.0243151,
  4883.                   0.0433514 0.532071,
  4884.                   -0.347746 0.0209028,
  4885.                   -0.325454 0.142895,
  4886.                   -0.346709 0.0210891,
  4887.                   0.0444908 0.0235842,
  4888.                   -0.194013 0.0396745,
  4889.                   -0.346804 0.0211596,
  4890.                   -0.193908 0.0395091,
  4891.                   -0.325448 0.0403914,
  4892.                   -0.325325 0.0405366,
  4893.                   -0.325454 0.142294,
  4894.                   -0.296865 0.127411,
  4895.                   -0.209432 0.0564087,
  4896.                   -0.227264 0.126798,
  4897.                   -0.296865 0.127411,
  4898.                   -0.316998 0.107824,
  4899.                   -0.208857 0.0564087,
  4900.                   -0.316422 0.0551846,
  4901.                   -0.210007 0.0557966,
  4902.                   -0.316998 0.108436,
  4903.                   -0.207706 0.107824,
  4904.                   -0.227264 0.126186,
  4905.                   -0.208282 0.0557966,
  4906.                   -0.226689 0.127411,
  4907.                   -0.230715 0.118841,
  4908.                   -0.220361 0.115169,
  4909.                   -0.221512 0.11272,
  4910.                   -0.23129 0.118841,
  4911.                   -0.226113 0.118841,
  4912.                   -0.228414 0.11272,
  4913.                   -0.230715 0.114557,
  4914.                   -0.233016 0.117617,
  4915.                   -0.229565 0.115169,
  4916.                   -0.227264 0.115169,
  4917.                   -0.226689 0.115169,
  4918.                   -0.225538 0.114557,
  4919.                   -0.226113 0.115169,
  4920.                   -0.226689 0.113945,
  4921.                   -0.225538 0.114557,
  4922.                   -0.228989 0.113945,
  4923.                   -0.222087 0.109048,
  4924.                   -0.229565 0.115169,
  4925.                   -0.224963 0.109048,
  4926.                   -0.228414 0.110884,
  4927.                   -0.226689 0.110884,
  4928.                   -0.223813 0.115169,
  4929.                   -0.227839 0.111496,
  4930.                   -0.218636 0.107212,
  4931.                   -0.227264 0.114557,
  4932.                   -0.219786 0.105988,
  4933.                   -0.225538 0.107212,
  4934.                   -0.214609 0.105375,
  4935.                   -0.226689 0.110884,
  4936.                   -0.322285 0.14075,
  4937.                   -0.224811 0.12768,
  4938.                   -0.196294 0.14075,
  4939.                   -0.296939 0.127395,
  4940.                   -0.224592 0.127395,
  4941.                   -0.322531 0.140226,
  4942.                   -0.328309 0.139295,
  4943.                   -0.315927 0.107564,
  4944.                   -0.3152 0.0621655,
  4945.                   -0.329101 0.137768,
  4946.                   -0.329873 0.0432648,
  4947.                   -0.316745 0.0572349,
  4948.                   -0.329101 0.136125,
  4949.                   -0.207683 0.109899,
  4950.                   -0.196796 0.140791,
  4951.                   -0.20872 0.109348,
  4952.                   -0.208201 0.0591485,
  4953.                   -0.198121 0.042575,
  4954.                   -0.199157 0.0436783,
  4955.                   -0.195759 0.140791,
  4956.                   -0.308255 0.0541837,
  4957.                   -0.199157 0.0436783,
  4958.                   -0.330029 0.041496,
  4959.                   -0.198352 0.0403927,
  4960.                   -0.32565 0.0431267,
  4961.                   -0.197084 0.0403684,
  4962.                   -0.325132 0.0525046,
  4963.                   -0.196047 0.0547111,
  4964.                   -0.326169 0.0525046,
  4965.                   -0.197084 0.0398168,
  4966.                   -0.197602 0.0547111,
  4967.                   -0.327206 0.0414717,
  4968.                   -0.197602 0.0420234,
  4969.                   -0.196565 0.0558144,
  4970.                   -0.327206 0.0403684,
  4971.                   -0.194492 0.0552627,
  4972.                   -0.32565 0.0536078,
  4973.                   -0.327724 0.0392652 ]
  4974.               }
  4975.  
  4976.               normalIndex    -1
  4977.               texCoordIndex    [ 68, 69, 70, -1, 71, 72, 73, -1,
  4978.                     1, 4, 5, -1, 7, 5, 4, -1,
  4979.                     11, 0, 10, -1, 6, 10, 0, -1,
  4980.                     77, 78, 79, -1, 74, 75, 76, -1,
  4981.                     98, 2, 99, -1, 9, 100, 101, -1,
  4982.                     21, 200, 201, -1, 198, 199, 25, -1,
  4983.                     24, 196, 197, -1, 191, 192, 20, -1,
  4984.                     178, 179, 180, -1, 181, 182, 183, -1,
  4985.                     22, 184, 185, -1, 189, 23, 190, -1,
  4986.                     186, 187, 188, -1, 156, 157, 158, -1,
  4987.                     27, 154, 155, -1, 148, 149, 150, -1,
  4988.                     159, 160, 161, -1, 151, 152, 153, -1,
  4989.                     145, 146, 147, -1, 162, 163, 30, -1,
  4990.                     139, 140, 141, -1, 176, 28, 177, -1,
  4991.                     26, 174, 175, -1, 205, 206, 207, -1,
  4992.                     202, 203, 204, -1, 14, 12, 18, -1,
  4993.                     19, 18, 12, -1, 212, 213, 214, -1,
  4994.                     17, 215, 16, -1, 208, 209, 210, -1,
  4995.                     15, 211, 13, -1, 166, 167, 168, -1,
  4996.                     31, 164, 165, -1, 172, 29, 173, -1,
  4997.                     169, 170, 171, -1, 142, 143, 144, -1,
  4998.                     136, 137, 138, -1, 193, 194, 195, -1,
  4999.                     128, 129, 130, -1, 131, 132, 133, -1,
  5000.                     8, 134, 135, -1, 123, 124, 125, -1,
  5001.                     114, 115, 116, -1, 120, 121, 122, -1,
  5002.                     3, 126, 127, -1, 117, 118, 119, -1,
  5003.                     32, 33, 34, -1, 34, 35, 32, -1,
  5004.                     105, 106, 107, -1, 80, 81, 82, -1,
  5005.                     102, 103, 104, -1, 83, 84, 85, -1,
  5006.                     38, 37, 36, -1, 111, 112, 113, -1,
  5007.                     36, 39, 38, -1, 108, 109, 110, -1,
  5008.                     40, 41, 42, -1, 42, 43, 40, -1,
  5009.                     40, 43, 44, -1, 89, 90, 91, -1,
  5010.                     44, 45, 40, -1, 86, 87, 88, -1,
  5011.                     46, 45, 44, -1, 42, 41, 46, -1,
  5012.                     44, 47, 46, -1, 46, 47, 42, -1,
  5013.                     48, 49, 50, -1, 50, 51, 48, -1,
  5014.                     48, 51, 52, -1, 95, 96, 97, -1,
  5015.                     52, 53, 48, -1, 92, 93, 94, -1,
  5016.                     54, 53, 52, -1, 50, 49, 54, -1,
  5017.                     52, 55, 54, -1, 54, 55, 50, -1,
  5018.                     62, 63, 64, 65, 66, 67, -1, 56,
  5019.                     57, 58, 59, 60, 61, -1 ]
  5020.               creaseAngle    0.5
  5021.             }
  5022.  
  5023.           }
  5024.         ]
  5025.         translation    -302.11 127.775 46.4378
  5026.         rotation    1.07728e-07 1 3.62607e-08  0.809553
  5027.         scale    0.999994 0.999991 0.999993
  5028.         scaleOrientation    -0.221869 -0.906906 0.358183  1.35393
  5029.         center    -111.157 -44.96 -107.187
  5030.           }
  5031.         ]
  5032.         url    "TechDocs/powerSupply.html"
  5033.         parameter    "target=secondary"
  5034.       }
  5035.  
  5036.     }
  5037.     DEF BASE Transform {
  5038.       children    Shape {
  5039.         appearance    Appearance {
  5040.           material    Material {
  5041.         ambientIntensity    0
  5042.         diffuseColor    0.04 0.04 0.04
  5043.         specularColor    0.0744681 0.0744681 0.0744681
  5044.         emissiveColor    0 0 0
  5045.         shininess    0.202128
  5046.         transparency    0
  5047.           }
  5048.  
  5049.           texture    NULL
  5050.  
  5051.           textureTransform    NULL
  5052.  
  5053.         }
  5054.  
  5055.         geometry    IndexedFaceSet {
  5056.           coord    Coordinate {
  5057.         point    [ -155.986 76.187 309.385,
  5058.               -188.992 75.4211 299.591,
  5059.               -186.407 75.6463 300.335,
  5060.               -243.169 69.575 57.1089,
  5061.               -245.589 36.837 56.7859,
  5062.               -238.93 69.7827 44.5089,
  5063.               -250.792 36.837 146.516,
  5064.               -240.153 36.837 41.9248,
  5065.               -237.01 101.51 57.828,
  5066.               -234.153 101.722 48.6112,
  5067.               -238.424 57.3881 267.812,
  5068.               -239.934 36.837 268.017,
  5069.               -244.509 67.0608 219.879,
  5070.               -247.486 74.6315 151.16,
  5071.               -235.595 73.6957 267.427,
  5072.               -234.897 36.837 282.653,
  5073.               -247.474 36.837 215.024,
  5074.               -231.629 108.556 52.2116,
  5075.               -233.163 108.396 58.2724,
  5076.               -240.385 87.8862 219.416,
  5077.               -228.488 69.8418 35.3594,
  5078.               -228.459 101.946 42.559,
  5079.               -228.459 36.837 32.616,
  5080.               -228.459 108.748 47.5323,
  5081.               -34.8545 36.837 27.7077,
  5082.               -38.9497 36.837 26.4544,
  5083.               -38.9497 85.6929 30.6569,
  5084.               -35.3805 65.8973 29.3476,
  5085.               -23.9246 66.1263 34.8578,
  5086.               -22.0316 36.837 34.0954,
  5087.               -36.5047 94.6095 32.851,
  5088.               -38.4443 122.336 38.8953,
  5089.               -26.103 94.9237 37.8445,
  5090.               -26.895 123.006 45.6983,
  5091.               -38.9497 129.369 42.9257,
  5092.               -18.7156 95.2004 46.3335,
  5093.               -15.4242 66.3012 44.6191,
  5094.               -22.1397 123.951 57.3228,
  5095.               -15.6209 95.4448 56.5949,
  5096.               -16.8605 125.207 127.979,
  5097.               -26.0105 130.673 57.8248,
  5098.               -29.7089 129.943 48.5037,
  5099.               -11.9241 66.429 56.1573,
  5100.               -14.2411 36.837 43.1268,
  5101.               -10.1782 36.837 55.9509,
  5102.               -4.48656 36.837 164.64,
  5103.               -12.0878 105.472 120.924,
  5104.               -12.1207 97.5593 197.924,
  5105.               -19.432 84.3143 271.672,
  5106.               -24.4588 106.544 270.975,
  5107.               -28.3317 102.366 285.014,
  5108.               -17.5832 119.439 199.637,
  5109.               -21.3446 125.633 199.917,
  5110.               -28.0524 112.568 270.477,
  5111.               -20.6539 131.643 129.002,
  5112.               -7.31162 75.5035 126.221,
  5113.               -7.12983 70.8663 177.816,
  5114.               -17.6598 72.1276 271.917,
  5115.               -15.0209 36.837 272.283,
  5116.               -22.5663 70.6251 287.432,
  5117.               -20.6692 36.837 289.064,
  5118.               -6.2951 61.4335 116.876,
  5119.               -172.182 76.9349 303.947,
  5120.               -32.5662 69.1633 298.606,
  5121.               -30.3315 36.837 299.819,
  5122.               -47.2977 65.2912 305.802,
  5123.               -46.6608 36.837 307.586,
  5124.               -101.697 59.6232 316.341,
  5125.               -99.7713 36.837 317.715,
  5126.               -48.94 92.9987 301.204,
  5127.               -100.806 78.3043 313.278,
  5128.               -35.7294 98.0354 294.181,
  5129.               -155.667 68.6701 312.172,
  5130.               -157.271 55.1112 314.033,
  5131.               -155.881 36.837 315.476,
  5132.               -210.68 64.7076 297.54,
  5133.               -211.362 52.7161 299.291,
  5134.               -211.746 36.837 300.279,
  5135.               -226.337 36.837 292.455,
  5136.               -224.773 65.0364 289.858,
  5137.               -232.033 67.6164 280.828,
  5138.               -236.753 95.4394 214.43,
  5139.               -231.537 82.1499 266.875,
  5140.               -228.092 76.469 279.258,
  5141.               -31.3884 109.254 282.348,
  5142.               -50.5384 101.999 296.728,
  5143.               -81.0567 89.6187 307.65,
  5144.               -76.3003 95.1549 304.16,
  5145.               -38.5658 105.772 290.811,
  5146.               -161.728 73.2211 309.635,
  5147.               -220.621 73.4147 287.805,
  5148.               -157.068 74.5007 309.988,
  5149.               -153.966 78.2701 308.144,
  5150.               -104.988 88.3127 308.618,
  5151.               -96.6908 86.265 310.349,
  5152.               -209.171 73.2076 293.665,
  5153.               -192.954 73.3108 300.218,
  5154.               -181.093 74.0826 303.784,
  5155.               -166.577 74.7297 307.539,
  5156.               -181.047 78.54 302.773,
  5157.               -193.386 76.6075 299.124,
  5158.               -196.736 75.0115 297.006,
  5159.               -242.62 91.1162 146.246,
  5160.               -241.867 93.143 153.03,
  5161.               -241.24 95.5294 155.987,
  5162.               -237.456 96.9797 70.7141,
  5163.               -238.474 94.9291 75.0525,
  5164.               -239.027 94.4647 79.6858,
  5165.               -234.978 103.708 65.0008,
  5166.               -240.073 99.5992 159.423,
  5167.               -239.692 101.399 160.838,
  5168.               -234.343 108.882 63.6294,
  5169.               -89.6155 86.8129 309.532,
  5170.               -168.303 76.8607 305.166,
  5171.               -87.7286 41.9727 49.3665,
  5172.               -38.9241 41.9727 49.3665,
  5173.               -69.873 41.9727 22.6205,
  5174.               -69.8568 36.9796 21.1055,
  5175.               -133.567 36.9796 17.2865,
  5176.               -227.445 41.9727 49.3665,
  5177.               -38.5679 41.9727 28.9635,
  5178.               -38.5411 36.9796 27.4234,
  5179.               -168.516 41.9727 49.3665,
  5180.               -196.875 41.9727 26.8264,
  5181.               -196.887 36.9796 25.2924,
  5182.               -227.719 36.9796 33.6595,
  5183.               -227.691 41.9727 35.2265,
  5184.               -133.571 41.9727 18.7874,
  5185.               -227.439 108.787 49.6584,
  5186.               -38.9308 129.55 49.7495,
  5187.               -227.445 41.9727 287.215,
  5188.               -168.516 41.9727 287.215,
  5189.               -87.7286 41.9727 287.215,
  5190.               -38.9241 41.9727 287.215,
  5191.               -168.516 41.9727 168.291,
  5192.               -227.445 41.9727 168.291,
  5193.               -87.7286 41.9727 168.291,
  5194.               -38.9241 41.9727 168.291 ]
  5195.           }
  5196.  
  5197.           color    NULL
  5198.  
  5199.           coordIndex    [ 60, 58, 59, -1, 14, 82, 19, -1,
  5200.                 10, 14, 19, -1, 19, 12, 10, -1,
  5201.                 11, 10, 12, -1, 12, 16, 11, -1,
  5202.                 10, 11, 15, -1, 10, 15, 14, -1,
  5203.                 14, 15, 80, -1, 82, 14, 80, -1,
  5204.                 80, 83, 82, -1, 79, 90, 83, -1,
  5205.                 83, 80, 79, -1, 80, 15, 79, -1,
  5206.                 78, 79, 15, -1, 77, 76, 78, -1,
  5207.                 75, 78, 76, -1, 75, 79, 78, -1,
  5208.                 90, 79, 75, -1, 75, 95, 90, -1,
  5209.                 95, 75, 96, -1, 75, 97, 96, -1,
  5210.                 75, 89, 97, -1, 75, 72, 89, -1,
  5211.                 72, 75, 73, -1, 76, 73, 75, -1,
  5212.                 73, 76, 77, -1, 73, 77, 74, -1,
  5213.                 95, 96, 101, -1, 96, 100, 101, -1,
  5214.                 96, 1, 100, -1, 96, 97, 1, -1,
  5215.                 2, 1, 97, -1, 97, 99, 2, -1,
  5216.                 97, 62, 99, -1, 97, 89, 98, -1,
  5217.                 89, 72, 91, -1, 91, 72, 0, -1,
  5218.                 70, 93, 92, -1, 92, 0, 70, -1,
  5219.                 70, 0, 72, -1, 70, 72, 67, -1,
  5220.                 73, 67, 72, -1, 73, 74, 67, -1,
  5221.                 68, 67, 74, -1, 69, 85, 87, -1,
  5222.                 87, 86, 69, -1, 70, 94, 93, -1,
  5223.                 70, 69, 86, -1, 69, 70, 65, -1,
  5224.                 67, 65, 70, -1, 67, 66, 65, -1,
  5225.                 67, 68, 66, -1, 66, 64, 65, -1,
  5226.                 63, 65, 64, -1, 63, 69, 65, -1,
  5227.                 71, 69, 63, -1, 71, 88, 85, -1,
  5228.                 50, 88, 71, -1, 84, 88, 50, -1,
  5229.                 59, 50, 71, -1, 59, 71, 63, -1,
  5230.                 59, 63, 60, -1, 64, 60, 63, -1,
  5231.                 49, 52, 53, -1, 49, 51, 52, -1,
  5232.                 51, 49, 48, -1, 48, 47, 51, -1,
  5233.                 56, 47, 48, -1, 48, 57, 56, -1,
  5234.                 56, 57, 58, -1, 58, 45, 56, -1,
  5235.                 57, 59, 58, -1, 57, 48, 59, -1,
  5236.                 48, 50, 59, -1, 48, 49, 50, -1,
  5237.                 84, 50, 49, -1, 49, 53, 84, -1,
  5238.                 39, 54, 52, -1, 52, 51, 39, -1,
  5239.                 39, 51, 47, -1, 47, 46, 39, -1,
  5240.                 47, 55, 46, -1, 56, 55, 47, -1,
  5241.                 55, 56, 61, -1, 61, 56, 45, -1,
  5242.                 45, 44, 61, -1, 61, 44, 55, -1,
  5243.                 46, 55, 42, -1, 40, 54, 37, -1,
  5244.                 54, 39, 37, -1, 39, 46, 37, -1,
  5245.                 46, 38, 37, -1, 42, 38, 46, -1,
  5246.                 55, 44, 42, -1, 33, 41, 40, -1,
  5247.                 40, 37, 33, -1, 31, 34, 41, -1,
  5248.                 41, 33, 31, -1, 37, 38, 35, -1,
  5249.                 37, 35, 33, -1, 35, 32, 33, -1,
  5250.                 31, 33, 32, -1, 31, 32, 30, -1,
  5251.                 28, 27, 30, -1, 28, 30, 32, -1,
  5252.                 28, 32, 36, -1, 35, 36, 32, -1,
  5253.                 35, 38, 42, -1, 42, 36, 35, -1,
  5254.                 44, 43, 42, -1, 36, 42, 43, -1,
  5255.                 43, 29, 36, -1, 28, 36, 29, -1,
  5256.                 29, 24, 28, -1, 27, 28, 24, -1,
  5257.                 27, 24, 25, -1, 25, 26, 27, -1,
  5258.                 26, 30, 27, -1, 31, 30, 26, -1,
  5259.                 20, 5, 21, -1, 9, 21, 5, -1,
  5260.                 3, 9, 5, -1, 3, 8, 9, -1,
  5261.                 3, 5, 4, -1, 7, 4, 5, -1,
  5262.                 5, 20, 7, -1, 22, 7, 20, -1,
  5263.                 4, 13, 3, -1, 4, 6, 13, -1,
  5264.                 12, 13, 6, -1, 6, 16, 12, -1,
  5265.                 12, 19, 13, -1, 85, 69, 71, -1,
  5266.                 19, 104, 13, -1, 19, 82, 81, -1,
  5267.                 104, 19, 109, -1, 109, 19, 110, -1,
  5268.                 110, 19, 81, -1, 104, 103, 13, -1,
  5269.                 13, 103, 102, -1, 13, 102, 3, -1,
  5270.                 102, 107, 3, -1, 107, 106, 3, -1,
  5271.                 106, 105, 3, -1, 3, 105, 108, -1,
  5272.                 8, 17, 9, -1, 18, 17, 8, -1,
  5273.                 9, 17, 23, -1, 23, 21, 9, -1,
  5274.                 108, 8, 3, -1, 8, 111, 18, -1,
  5275.                 8, 108, 111, -1, 86, 112, 70, -1,
  5276.                 112, 94, 70, -1, 98, 113, 97, -1,
  5277.                 113, 62, 97, -1, 114, 115, 116, -1,
  5278.                 116, 117, 118, -1, 120, 116, 115, -1,
  5279.                 117, 116, 120, -1, 120, 121, 117, -1,
  5280.                 119, 122, 123, -1, 123, 124, 125, -1,
  5281.                 125, 126, 123, -1, 123, 126, 119, -1,
  5282.                 116, 127, 114, -1, 118, 127, 116, -1,
  5283.                 122, 114, 127, -1, 127, 123, 122, -1,
  5284.                 124, 123, 127, -1, 127, 118, 124, -1,
  5285.                 22, 20, 126, -1, 126, 125, 22, -1,
  5286.                 126, 20, 119, -1, 119, 20, 21, -1,
  5287.                 21, 23, 128, -1, 21, 128, 119, -1,
  5288.                 115, 129, 34, -1, 34, 31, 115, -1,
  5289.                 31, 26, 115, -1, 115, 26, 120, -1,
  5290.                 120, 26, 25, -1, 25, 121, 120, -1,
  5291.                 119, 122, 134, -1, 119, 134, 135, -1,
  5292.                 134, 131, 130, -1, 134, 130, 135, -1,
  5293.                 114, 122, 134, -1, 114, 134, 136, -1,
  5294.                 134, 131, 132, -1, 134, 132, 136, -1,
  5295.                 114, 115, 137, -1, 114, 137, 136, -1,
  5296.                 137, 133, 132, -1, 137, 132, 136, -1,
  5297.                 74, 77, 131, -1, 131, 132, 74, -1,
  5298.                 74, 132, 68, -1, 45, 58, 137, -1,
  5299.                 137, 58, 133, -1, 133, 58, 60, -1,
  5300.                 60, 64, 133, -1, 133, 64, 66, -1,
  5301.                 66, 68, 133, -1, 133, 68, 132, -1,
  5302.                 131, 77, 78, -1, 78, 130, 131, -1,
  5303.                 135, 130, 15, -1, 15, 11, 135, -1,
  5304.                 135, 11, 16, -1, 135, 16, 6, -1,
  5305.                 119, 135, 6, -1, 6, 4, 119, -1,
  5306.                 119, 4, 7, -1, 7, 22, 119, -1,
  5307.                 115, 45, 137, -1, 115, 44, 45, -1,
  5308.                 115, 43, 44, -1, 115, 29, 43, -1,
  5309.                 115, 25, 24, -1, 24, 29, 115, -1,
  5310.                 130, 78, 15, -1 ]
  5311.           colorIndex    [  ]
  5312.           normal    NULL
  5313.  
  5314.           texCoord    NULL
  5315.  
  5316.           texCoordIndex    [  ]
  5317.           solid    FALSE
  5318.           creaseAngle    0.821876
  5319.         }
  5320.  
  5321.       }
  5322.  
  5323.       translation    0 2.64196 0
  5324.     }
  5325.     DEF DESKTOP Transform {
  5326.       children    Shape {
  5327.         appearance    Appearance {
  5328.           material    Material {
  5329.         ambientIntensity    0.25
  5330.         diffuseColor    0.395932 0.226244 0.128242
  5331.         specularColor    1 0.464407 0.4753
  5332.         emissiveColor    0 0 0
  5333.         shininess    0.994595
  5334.         transparency    0
  5335.           }
  5336.  
  5337.           texture    ImageTexture {
  5338.         url    "Textures/el_1288_.bw"
  5339.           }
  5340.  
  5341.           textureTransform    TextureTransform {
  5342.         translation    0 0
  5343.         rotation    0
  5344.         scale    2.70192 2.02194
  5345.         center    0.5 0.5
  5346.           }
  5347.  
  5348.         }
  5349.  
  5350.         geometry    IndexedFaceSet {
  5351.           coord    Coordinate {
  5352.         point    [ -100 100 100,
  5353.               -100 -100 100,
  5354.               100 100 100,
  5355.               100 -100 100,
  5356.               100 100 -100,
  5357.               100 -100 -100,
  5358.               -100 100 -100,
  5359.               -100 -100 -100,
  5360.               0 100 100,
  5361.               0 100 -100,
  5362.               0 100 0,
  5363.               100 100 0,
  5364.               -100 100 0 ]
  5365.           }
  5366.  
  5367.           color    Color {
  5368.         color    [ 0.395932 0.226244 0.128242,
  5369.               0.593583 0.155437 0.0912486,
  5370.               0.609626 0.0181863 0,
  5371.               0.352941 0.0800032 0,
  5372.               0.385027 0.0328384 0,
  5373.               0.489305 0.0941377 0.0456243,
  5374.               0.489305 0.0941377 0.0456243,
  5375.               0.481283 0.0490947 0,
  5376.               0.481283 0.0490947 0,
  5377.               0.485294 0.0716162 0.0228122,
  5378.               0.485294 0.0716162 0.0228122,
  5379.               0.368984 0.0564208 0,
  5380.               0.368984 0.0564208 0,
  5381.               0.601604 0.0868116 0.0456243,
  5382.               0.601604 0.0868116 0.0456243 ]
  5383.           }
  5384.  
  5385.           coordIndex    [ 0, 1, 3, 2, 8, -1, 4, 5,
  5386.                 7, 6, 9, -1, 6, 7, 1, 0,
  5387.                 12, -1, 2, 3, 5, 4, 11, -1,
  5388.                 1, 7, 5, 3, -1, 8, 2, 11,
  5389.                 10, -1, 11, 4, 9, 10, -1, 6,
  5390.                 12, 10, 9, -1, 12, 0, 8, 10,
  5391.                 -1 ]
  5392.           colorIndex    [ 1, 0, 0, 4, 5, -1, 3, 0,
  5393.                 0, 2, 7, -1, 2, 0, 0, 1,
  5394.                 13, -1, 4, 0, 0, 3, 11, -1,
  5395.                 0, 0, 0, 0, -1, 6, 4, 12,
  5396.                 10, -1, 12, 3, 8, 10, -1, 2,
  5397.                 14, 9, 8, -1, 14, 1, 6, 9,
  5398.                 -1 ]
  5399.           normal    NULL
  5400.  
  5401.           texCoord    TextureCoordinate {
  5402.         point    [ 0 1,
  5403.               0 0,
  5404.               1 1,
  5405.               1 0,
  5406.               0.5 1,
  5407.               0.5 0,
  5408.               0.5 1,
  5409.               0.5 1,
  5410.               0.5 0.5,
  5411.               0.5 0.5,
  5412.               0.5 1,
  5413.               1 0.5,
  5414.               0.5 1,
  5415.               0 0.5 ]
  5416.           }
  5417.  
  5418.           texCoordIndex    [ 0, 1, 3, 2, 4, -1, 0, 1,
  5419.                 3, 2, 6, -1, 0, 1, 3, 2,
  5420.                 12, -1, 0, 1, 3, 2, 10, -1,
  5421.                 0, 1, 3, 2, -1, 5, 3, 11,
  5422.                 9, -1, 11, 2, 7, 9, -1, 0,
  5423.                 13, 8, 7, -1, 13, 1, 5, 8,
  5424.                 -1 ]
  5425.           creaseAngle    0.5
  5426.         }
  5427.  
  5428.       }
  5429.  
  5430.       translation    -231.982 20.4889 9.93475
  5431.       rotation    0 1 0  3.14159
  5432.       scale    8.33589 0.183841 5.44111
  5433.       scaleOrientation    0 0 1  0
  5434.     }
  5435.     DEF ZOOM-UI-TREE Transform {
  5436.       children    Billboard {
  5437.         children    DEF ZOOM-UI Transform {
  5438.           children    [
  5439.         Group {
  5440.           children    [
  5441.             DEF DISSOLVE-ANIMATION Group {
  5442.               children    DEF Time_87 TimeSensor {
  5443.             cycleInterval    5
  5444.             startTime    0
  5445.               }
  5446.  
  5447.             }
  5448.             DEF SHELLTransparencyInterp ScalarInterpolator {
  5449.               key    [ 0, 0.375, 1 ]
  5450.               keyValue    [ 0, 0.5, 1 ]
  5451.             }
  5452.           ]
  5453.         }
  5454.         DEF DISSOLVE-LOGIC Script {
  5455.           eventOut          SFFloat          fractionOut
  5456.           eventOut          SFTime          startTime
  5457.           eventOut          SFInt32          dissolveSwitchOut
  5458.           eventOut          SFBool          plusEnable
  5459.           eventOut          SFBool          minusEnable
  5460.           eventOut          SFColor          plusHighlight
  5461.           eventOut          SFColor          minusHighlight
  5462.           eventIn          SFBool          timerActive
  5463.           eventIn          SFFloat          fractionIn
  5464.           eventIn          SFTime          dissolveInTime
  5465.           eventIn          SFTime          dissolveOutTime
  5466.           eventIn          SFBool          plusIsOver
  5467.           eventIn          SFBool          minusIsOver
  5468.           field          SFFloat          transparentState    0
  5469.           field          SFFloat          dissolveIncrement    0.5
  5470.           field          SFFloat          dissolveDirection    1
  5471.           url    "vrmlscript:
  5472. function timerActive(value, time)
  5473. {
  5474.     if (!value) {
  5475.         if (dissolveDirection == 1.0) transparentState = transparentState + dissolveIncrement;
  5476.         else transparentState = transparentState - dissolveIncrement;
  5477.     if (transparentState == 1.0) {
  5478.         dissolveSwitchOut = 1;
  5479.         plusEnable = FALSE;
  5480.         minusEnable = TRUE;
  5481.     } else if (transparentState == 0) {
  5482.             plusEnable = TRUE;
  5483.             minusEnable = FALSE;
  5484.            } else {
  5485.             plusEnable = TRUE;
  5486.             minusEnable = TRUE;
  5487.          }
  5488.     }
  5489.  
  5490.     if (value) {
  5491.     dissolveSwitchOut = 0;
  5492.     plusEnable = FALSE;
  5493.     minusEnable = FALSE;
  5494.     plusHighlight[0] = 0;
  5495.     plusHighlight[1] = 0;
  5496.     plusHighlight[2] = 0;
  5497.     minusHighlight[0] = 0;
  5498.     minusHighlight[1] = 0;
  5499.     minusHighlight[2] = 0;
  5500.     }
  5501. }
  5502.  
  5503. function fractionIn(value, time)
  5504. {
  5505.     
  5506.     fractionOut = transparentState + (dissolveDirection*dissolveIncrement*value);
  5507.     
  5508. }
  5509.  
  5510. function dissolveInTime(value, time)
  5511. {
  5512.     if (transparentState != 0.0) {
  5513.     dissolveDirection = -1.0;
  5514.     startTime = time;
  5515.     } 
  5516. }
  5517.  
  5518. function dissolveOutTime(value, time)
  5519. {
  5520.     if (transparentState != 1.0) {
  5521.     dissolveDirection = 1.0;
  5522.     startTime = time;
  5523.     }
  5524. }
  5525.  
  5526. function plusIsOver(value, time)
  5527. {
  5528.     if (value) {
  5529.     plusHighlight[0] = 0.3;
  5530.     plusHighlight[1] = 0;
  5531.     plusHighlight[2] = 0.8;
  5532.     } else {
  5533.     plusHighlight[0] = 0;
  5534.     plusHighlight[1] = 0;
  5535.     plusHighlight[2] = 0;
  5536.       }
  5537. }
  5538.  
  5539. function minusIsOver(value, time)
  5540. {
  5541.     if (value) {
  5542.     minusHighlight[0] = 0.8;
  5543.     minusHighlight[1] = 0;
  5544.     minusHighlight[2] = 0.18;
  5545.     } else {
  5546.     minusHighlight[0] = 0;
  5547.     minusHighlight[1] = 0;
  5548.     minusHighlight[2] = 0;
  5549.       }
  5550. }
  5551. "
  5552.         }
  5553.         DEF PLUS-ASSMEBLY Transform {
  5554.           children    Transform {
  5555.             children    [
  5556.               DEF DefaultTouchSensor_90 TouchSensor {
  5557.             enabled    TRUE
  5558.               }
  5559.               Group {
  5560.             children    [
  5561.               DEF PLUS-BALL-XFORM Transform {
  5562.                 children    Shape {
  5563.                   appearance    Appearance {
  5564.                 material    DEF _91 Material {
  5565.                   ambientIntensity    0.2
  5566.                   diffuseColor    0.14 0 0.4
  5567.                   specularColor    0.170213 0.0968095 0.107509
  5568.                   emissiveColor    0 0 0
  5569.                   shininess    0.414894
  5570.                   transparency    0
  5571.                 }
  5572.  
  5573.                 texture    NULL
  5574.  
  5575.                 textureTransform    NULL
  5576.  
  5577.                   }
  5578.  
  5579.                   geometry    IndexedFaceSet {
  5580.                 coord    Coordinate {
  5581.                   point    [ 4 0 0,
  5582.                         3.57771 1.78885 0,
  5583.                         3.57771 0 1.78885,
  5584.                         2.3094 2.3094 2.3094,
  5585.                         1.78885 0 3.57771,
  5586.                         0 1.78885 3.57771,
  5587.                         1.78885 3.57771 0,
  5588.                         0 3.57771 1.78885,
  5589.                         0 4 0,
  5590.                         -1.78885 0 3.57771,
  5591.                         -2.3094 2.3094 2.3094,
  5592.                         -3.57771 0 1.78885,
  5593.                         -3.57771 1.78885 0,
  5594.                         -4 0 0,
  5595.                         -1.78885 3.57771 0,
  5596.                         0 -1.78885 3.57771,
  5597.                         2.3094 -2.3094 2.3094,
  5598.                         3.57771 -1.78885 0,
  5599.                         0 -3.57771 1.78885,
  5600.                         1.78885 -3.57771 0,
  5601.                         0 -4 0,
  5602.                         -3.57771 -1.78885 0,
  5603.                         -2.3094 -2.3094 2.3094,
  5604.                         -1.78885 -3.57771 0,
  5605.                         0 0 -4,
  5606.                         0 1.78885 -3.57771,
  5607.                         1.78885 0 -3.57771,
  5608.                         2.3094 2.3094 -2.3094,
  5609.                         3.57771 0 -1.78885,
  5610.                         0 3.57771 -1.78885,
  5611.                         -3.57771 0 -1.78885,
  5612.                         -2.3094 2.3094 -2.3094,
  5613.                         -1.78885 0 -3.57771,
  5614.                         2.3094 -2.3094 -2.3094,
  5615.                         0 -1.78885 -3.57771,
  5616.                         0 -3.57771 -1.78885,
  5617.                         -2.3094 -2.3094 -2.3094,
  5618.                         -0.341076 1.44777 3.57771,
  5619.                         0.332169 1.45668 3.57771,
  5620.                         -0.339946 -1.4489 3.57771,
  5621.                         0.330773 -1.45808 3.57771,
  5622.                         -1.42894 -0.359911 3.57771,
  5623.                         1.42776 -0.361089 3.57771,
  5624.                         -1.40241 0.386463 3.57774,
  5625.                         1.39516 0.393693 3.57771,
  5626.                         -0.341076 1.44777 3.57771,
  5627.                         -1.40241 0.386463 3.57774,
  5628.                         -0.344644 0.391144 3.82647,
  5629.                         1.39516 0.393693 3.57771,
  5630.                         0.332169 1.45668 3.57771,
  5631.                         0.330883 0.395264 3.82858,
  5632.                         0.330773 -1.45808 3.57771,
  5633.                         1.42776 -0.361089 3.57771,
  5634.                         0.329803 -0.363216 3.8364,
  5635.                         -1.42894 -0.359911 3.57771,
  5636.                         -0.339946 -1.4489 3.57771,
  5637.                         -0.342757 -0.36419 3.83308 ]
  5638.                 }
  5639.  
  5640.                 color    NULL
  5641.  
  5642.                 coordIndex    [ 23, 35, 20, -1, 19, 20, 35, -1,
  5643.                       19, 18, 20, -1, 19, 16, 18, -1,
  5644.                       15, 18, 16, -1, 15, 16, 4, 42,
  5645.                       40, -1, 5, 10, 9, 43, 37, -1,
  5646.                       11, 9, 10, -1, 11, 10, 12, -1,
  5647.                       11, 12, 13, -1, 30, 13, 12, -1,
  5648.                       30, 21, 13, -1, 30, 36, 21, -1,
  5649.                       23, 21, 36, -1, 23, 36, 35, -1,
  5650.                       13, 21, 11, -1, 22, 11, 21, -1,
  5651.                       22, 9, 11, -1, 22, 15, 39, 41,
  5652.                       9, -1, 15, 22, 18, -1, 23, 18,
  5653.                       22, -1, 23, 20, 18, -1, 22, 21,
  5654.                       23, -1, 35, 36, 34, -1, 32, 34,
  5655.                       36, -1, 32, 24, 34, -1, 32, 25,
  5656.                       24, -1, 26, 24, 25, -1, 26, 25,
  5657.                       27, -1, 26, 27, 28, -1, 1, 28,
  5658.                       27, -1, 1, 0, 28, -1, 1, 2,
  5659.                       0, -1, 17, 0, 2, -1, 17, 2,
  5660.                       16, -1, 17, 16, 19, -1, 16, 2,
  5661.                       4, -1, 3, 4, 2, -1, 3, 5,
  5662.                       38, 44, 4, -1, 3, 7, 5, -1,
  5663.                       10, 5, 7, -1, 10, 7, 14, -1,
  5664.                       10, 14, 12, -1, 31, 12, 14, -1,
  5665.                       31, 30, 12, -1, 31, 32, 30, -1,
  5666.                       36, 30, 32, -1, 32, 31, 25, -1,
  5667.                       29, 25, 31, -1, 29, 27, 25, -1,
  5668.                       29, 6, 27, -1, 1, 27, 6, -1,
  5669.                       1, 6, 3, -1, 1, 3, 2, -1,
  5670.                       3, 6, 7, -1, 8, 7, 6, -1,
  5671.                       8, 14, 7, -1, 8, 29, 14, -1,
  5672.                       31, 14, 29, -1, 8, 6, 29, -1,
  5673.                       0, 17, 28, -1, 33, 28, 17, -1,
  5674.                       33, 26, 28, -1, 33, 34, 26, -1,
  5675.                       24, 26, 34, -1, 34, 33, 35, -1,
  5676.                       19, 35, 33, -1, 33, 17, 19, -1,
  5677.                       45, 46, 47, -1, 48, 49, 50, -1,
  5678.                       51, 52, 53, -1, 54, 55, 56, -1 ]
  5679.                 colorIndex    [  ]
  5680.                 normal    NULL
  5681.  
  5682.                 texCoord    NULL
  5683.  
  5684.                 colorPerVertex    FALSE
  5685.                 ccw    TRUE
  5686.                 solid    TRUE
  5687.                 creaseAngle    1.19573
  5688.                   }
  5689.  
  5690.                 }
  5691.  
  5692.               }
  5693.               DEF PLUS-XFORM Transform {
  5694.                 children    Shape {
  5695.                   appearance    Appearance {
  5696.                 material    Material {
  5697.                   ambientIntensity    0.2
  5698.                   diffuseColor    0.8 0.8 0.8
  5699.                   specularColor    0 0 0
  5700.                   emissiveColor    0.638298 0.29068 0
  5701.                   shininess    0.2
  5702.                   transparency    0
  5703.                 }
  5704.  
  5705.                 texture    NULL
  5706.  
  5707.                 textureTransform    NULL
  5708.  
  5709.                   }
  5710.  
  5711.                   geometry    IndexedFaceSet {
  5712.                 coord    Coordinate {
  5713.                   point    [ 0 1.78885 3.57771,
  5714.                         -0.341076 1.44777 3.57771,
  5715.                         -0.344644 0.391144 3.82647,
  5716.                         -0.34034 0.00529076 3.91966,
  5717.                         0 0 4,
  5718.                         0.328536 0 3.92244,
  5719.                         0.330883 0.395264 3.82858,
  5720.                         0.332169 1.45668 3.57771,
  5721.                         -1.78885 0 3.57771,
  5722.                         -1.42894 -0.359911 3.57771,
  5723.                         -0.342757 -0.36419 3.83308,
  5724.                         -1.40241 0.386463 3.57774,
  5725.                         1.39516 0.393693 3.57771,
  5726.                         1.78885 0 3.57771,
  5727.                         1.42776 -0.361089 3.57771,
  5728.                         0.329803 -0.363216 3.8364,
  5729.                         0.330773 -1.45808 3.57771,
  5730.                         0 -1.78885 3.57771,
  5731.                         -0.339946 -1.4489 3.57771 ]
  5732.                 }
  5733.  
  5734.                 color    Color {
  5735.                   color    0.8 0.445376 0
  5736.                 }
  5737.  
  5738.                 coordIndex    [ 0, 1, 2, 3, 4, -1, 0, 4,
  5739.                       5, 6, 7, -1, 3, 8, 9, 10,
  5740.                       -1, 11, 8, 3, 2, -1, 5, 13,
  5741.                       12, 6, -1, 14, 13, 5, 15, -1,
  5742.                       17, 16, 15, 5, 4, -1, 4, 3,
  5743.                       10, 18, 17, -1 ]
  5744.                 colorIndex    [ 0, 0, 0, 0, 0, 0, 0, 0 ]
  5745.                 normal    NULL
  5746.  
  5747.                 texCoord    NULL
  5748.  
  5749.                 colorPerVertex    FALSE
  5750.                 ccw    TRUE
  5751.                 solid    TRUE
  5752.                 convex    TRUE
  5753.                 creaseAngle    1.61425
  5754.                   }
  5755.  
  5756.                 }
  5757.  
  5758.                 center    0 0 3.78886
  5759.               }
  5760.             ]
  5761.               }
  5762.             ]
  5763.           }
  5764.  
  5765.           translation    489.304 340.382 115.277
  5766.           rotation    0 -1 0  1.57079
  5767.           scale    12.3916 12.3916 12.3916
  5768.         }
  5769.         DEF MINUS-ASSEMBLY Transform {
  5770.           children    Transform {
  5771.             children    [
  5772.               DEF MINUS-TRIGGER TouchSensor {
  5773.             enabled    FALSE
  5774.               }
  5775.               Group {
  5776.             children    [
  5777.               DEF MINUS-BALL-XFORM Transform {
  5778.                 children    Shape {
  5779.                   appearance    Appearance {
  5780.                 material    DEF _93 Material {
  5781.                   ambientIntensity    0.2
  5782.                   diffuseColor    0.4 0 0.09
  5783.                   specularColor    0 0 0
  5784.                   emissiveColor    0 0 0
  5785.                   shininess    0.2
  5786.                   transparency    0
  5787.                 }
  5788.  
  5789.                 texture    NULL
  5790.  
  5791.                 textureTransform    NULL
  5792.  
  5793.                   }
  5794.  
  5795.                   geometry    IndexedFaceSet {
  5796.                 coord    Coordinate {
  5797.                   point    [ 4 0 0,
  5798.                         3.57771 1.78885 0,
  5799.                         3.57771 0 1.78885,
  5800.                         2.3094 2.3094 2.3094,
  5801.                         1.78885 0 3.57771,
  5802.                         0 1.78885 3.57771,
  5803.                         1.78885 3.57771 0,
  5804.                         0 3.57771 1.78885,
  5805.                         0 4 0,
  5806.                         -1.78885 0 3.57771,
  5807.                         -2.3094 2.3094 2.3094,
  5808.                         -3.57771 0 1.78885,
  5809.                         -3.57771 1.78885 0,
  5810.                         -4 0 0,
  5811.                         -1.78885 3.57771 0,
  5812.                         0 -1.78885 3.57771,
  5813.                         2.3094 -2.3094 2.3094,
  5814.                         3.57771 -1.78885 0,
  5815.                         0 -3.57771 1.78885,
  5816.                         1.78885 -3.57771 0,
  5817.                         0 -4 0,
  5818.                         -3.57771 -1.78885 0,
  5819.                         -2.3094 -2.3094 2.3094,
  5820.                         -1.78885 -3.57771 0,
  5821.                         0 0 -4,
  5822.                         0 1.78885 -3.57771,
  5823.                         1.78885 0 -3.57771,
  5824.                         2.3094 2.3094 -2.3094,
  5825.                         3.57771 0 -1.78885,
  5826.                         0 3.57771 -1.78885,
  5827.                         -3.57771 0 -1.78885,
  5828.                         -2.3094 2.3094 -2.3094,
  5829.                         -1.78885 0 -3.57771,
  5830.                         2.3094 -2.3094 -2.3094,
  5831.                         0 -1.78885 -3.57771,
  5832.                         0 -3.57771 -1.78885,
  5833.                         -2.3094 -2.3094 -2.3094,
  5834.                         -0.341076 1.44777 3.57771,
  5835.                         0.332169 1.45668 3.57771,
  5836.                         -0.339946 -1.4489 3.57771,
  5837.                         0.330773 -1.45808 3.57771,
  5838.                         -0.342757 -0.36419 3.83308,
  5839.                         -1.42894 -0.359911 3.57771,
  5840.                         0.329803 -0.363216 3.8364,
  5841.                         1.42776 -0.361089 3.57771,
  5842.                         -0.344644 0.391144 3.82647,
  5843.                         -1.40241 0.386463 3.57774,
  5844.                         0.330818 0.38434 3.83117,
  5845.                         1.40373 0.38512 3.57771,
  5846.                         0 0.388902 3.90819,
  5847.                         0 -0.364118 3.91404 ]
  5848.                 }
  5849.  
  5850.                 color    NULL
  5851.  
  5852.                 coordIndex    [ 23, 35, 20, -1, 19, 20, 35, -1,
  5853.                       19, 18, 20, -1, 19, 16, 18, -1,
  5854.                       15, 18, 16, -1, 15, 16, 4, 44,
  5855.                       40, -1, 5, 10, 9, 46, 37, -1,
  5856.                       11, 9, 10, -1, 11, 10, 12, -1,
  5857.                       11, 12, 13, -1, 30, 13, 12, -1,
  5858.                       30, 21, 13, -1, 30, 36, 21, -1,
  5859.                       23, 21, 36, -1, 23, 36, 35, -1,
  5860.                       13, 21, 11, -1, 22, 11, 21, -1,
  5861.                       22, 9, 11, -1, 22, 15, 39, 42,
  5862.                       9, -1, 15, 22, 18, -1, 23, 18,
  5863.                       22, -1, 23, 20, 18, -1, 22, 21,
  5864.                       23, -1, 35, 36, 34, -1, 32, 34,
  5865.                       36, -1, 32, 24, 34, -1, 32, 25,
  5866.                       24, -1, 26, 24, 25, -1, 26, 25,
  5867.                       27, -1, 26, 27, 28, -1, 1, 28,
  5868.                       27, -1, 1, 0, 28, -1, 1, 2,
  5869.                       0, -1, 17, 0, 2, -1, 17, 2,
  5870.                       16, -1, 17, 16, 19, -1, 16, 2,
  5871.                       4, -1, 3, 4, 2, -1, 3, 5,
  5872.                       38, 48, 4, -1, 3, 7, 5, -1,
  5873.                       10, 5, 7, -1, 10, 7, 14, -1,
  5874.                       10, 14, 12, -1, 31, 12, 14, -1,
  5875.                       31, 30, 12, -1, 31, 32, 30, -1,
  5876.                       36, 30, 32, -1, 32, 31, 25, -1,
  5877.                       29, 25, 31, -1, 29, 27, 25, -1,
  5878.                       29, 6, 27, -1, 1, 27, 6, -1,
  5879.                       1, 6, 3, -1, 1, 3, 2, -1,
  5880.                       3, 6, 7, -1, 8, 7, 6, -1,
  5881.                       8, 14, 7, -1, 8, 29, 14, -1,
  5882.                       31, 14, 29, -1, 8, 6, 29, -1,
  5883.                       0, 17, 28, -1, 33, 28, 17, -1,
  5884.                       33, 26, 28, -1, 33, 34, 26, -1,
  5885.                       24, 26, 34, -1, 34, 33, 35, -1,
  5886.                       19, 35, 33, -1, 33, 17, 19, -1,
  5887.                       45, 49, 5, 37, 46, -1, 47, 48,
  5888.                       38, 5, 49, -1, 40, 44, 43, 50,
  5889.                       15, -1, 39, 15, 50, 41, 42, -1 ]
  5890.                 colorIndex    [  ]
  5891.                 normal    NULL
  5892.  
  5893.                 texCoord    NULL
  5894.  
  5895.                 colorPerVertex    FALSE
  5896.                 ccw    TRUE
  5897.                 solid    TRUE
  5898.                 creaseAngle    1.11753
  5899.                   }
  5900.  
  5901.                 }
  5902.  
  5903.               }
  5904.               DEF MINUS-XFORM Transform {
  5905.                 children    Shape {
  5906.                   appearance    Appearance {
  5907.                 material    Material {
  5908.                   ambientIntensity    0
  5909.                   diffuseColor    0 0 0
  5910.                   specularColor    0 0 0
  5911.                   emissiveColor    0 0.0362209 0.574468
  5912.                   shininess    0.2
  5913.                   transparency    0
  5914.                 }
  5915.  
  5916.                 texture    NULL
  5917.  
  5918.                 textureTransform    NULL
  5919.  
  5920.                   }
  5921.  
  5922.                   geometry    IndexedFaceSet {
  5923.                 coord    Coordinate {
  5924.                   point    [ -0.344644 0.391144 3.82647,
  5925.                         -1.40241 0.386463 3.57774,
  5926.                         -1.78885 0 3.57771,
  5927.                         -0.34034 0.00529076 3.91966,
  5928.                         0 0 4,
  5929.                         0 0.388902 3.90819,
  5930.                         -0.342757 -0.36419 3.83308,
  5931.                         0 -0.364118 3.91404,
  5932.                         -1.42894 -0.359911 3.57771,
  5933.                         0.328536 0 3.92244,
  5934.                         0.329803 -0.363216 3.8364,
  5935.                         1.42776 -0.361089 3.57771,
  5936.                         1.78885 0 3.57771,
  5937.                         1.40373 0.38512 3.57771,
  5938.                         0.330818 0.38434 3.83117 ]
  5939.                 }
  5940.  
  5941.                 color    NULL
  5942.  
  5943.                 coordIndex    [ 0, 1, 2, 3, 4, 5, -1, 6,
  5944.                       7, 4, 3, 2, 8, -1, 9, 4,
  5945.                       7, 10, 11, 12, -1, 9, 12, 13,
  5946.                       14, 5, 4, -1 ]
  5947.                 colorIndex    [  ]
  5948.                 normal    NULL
  5949.  
  5950.                 texCoord    NULL
  5951.  
  5952.                 colorPerVertex    FALSE
  5953.                 ccw    TRUE
  5954.                 solid    TRUE
  5955.                 convex    TRUE
  5956.                 creaseAngle    1.11753
  5957.                   }
  5958.  
  5959.                 }
  5960.  
  5961.               }
  5962.             ]
  5963.               }
  5964.             ]
  5965.           }
  5966.  
  5967.           translation    489.304 211.888 115.277
  5968.           rotation    0 -1 0  1.5708
  5969.           scale    12.166 12.166 12.166
  5970.         }
  5971.           ]
  5972.           translation    -489.294 -276.382 -127.453
  5973.           rotation    0 1 0  1.5708
  5974.           scale    1 0.999997 1
  5975.           scaleOrientation    0 0 1  0
  5976.           center    489.304 276.586 115.277
  5977.         }
  5978.  
  5979.         axisOfRotation    0 1 0
  5980.       }
  5981.  
  5982.       translation    410.787 276.381 226.47
  5983.     }
  5984.     DEF SHELL-TOPCOVER-TREE Transform {
  5985.       children    DEF SHELL-TOPCOVER-SWITCH Switch {
  5986.         whichChoice    0
  5987.         choice    [
  5988.           DEF SHELL-TOPCOVER-GROUP Transform {
  5989.         children    [
  5990.           DEF SHELL Transform {
  5991.             children    Shape {
  5992.               appearance    Appearance {
  5993.             material    DEF _95 Material {
  5994.               ambientIntensity    0.2
  5995.               diffuseColor    0 0.124 0.2
  5996.               specularColor    0.0768561 0.0957447 0.0957447
  5997.               emissiveColor    0 0 0
  5998.               shininess    0.133333
  5999.               transparency    0
  6000.             }
  6001.  
  6002.             texture    NULL
  6003.  
  6004.             textureTransform    NULL
  6005.  
  6006.               }
  6007.  
  6008.               geometry    IndexedFaceSet {
  6009.             coord    Coordinate {
  6010.               point    [ -38.9497 289.664 49.1119,
  6011.                     -230.728 232.567 55.8501,
  6012.                     -228.311 237.351 49.2059,
  6013.                     -227.234 278.003 55.626,
  6014.                     -225.322 277.843 49.341,
  6015.                     -225.365 294.417 55.8342,
  6016.                     -221.5 317.795 57.7719,
  6017.                     -223.909 291.298 49.5695,
  6018.                     -219.62 317.906 51.2431,
  6019.                     -217.197 330.915 61.7326,
  6020.                     -215.457 330.301 54.1,
  6021.                     -211.78 335.04 55.7864,
  6022.                     -213.424 335.51 61.9744,
  6023.                     -210.397 330.336 48.1766,
  6024.                     -214.618 318.417 46.3304,
  6025.                     -208.254 335.2 51.3393,
  6026.                     -216.927 289.664 43.9219,
  6027.                     -220.111 280.217 44.773,
  6028.                     -216.927 252.277 42.2133,
  6029.                     -222.716 241.589 44.291,
  6030.                     -225.085 190.002 44.2648,
  6031.                     -228.459 190.002 46.8705,
  6032.                     -231.78 109.579 51.3064,
  6033.                     -232.473 115.593 50.5892,
  6034.                     -228.459 115.776 45.5776,
  6035.                     -228.459 109.768 46.8253,
  6036.                     -221.773 81.2413 289.591,
  6037.                     -208.621 74.3353 294.347,
  6038.                     -229.595 84.4759 280.129,
  6039.                     -216.293 213.771 297.194,
  6040.                     -224.318 215.501 288.847,
  6041.                     -214.16 253.586 295.923,
  6042.                     -221.607 254.861 288.175,
  6043.                     -212.108 280.027 293.929,
  6044.                     -219.086 281.006 286.64,
  6045.                     -209.099 306.214 290.388,
  6046.                     -207.028 319.025 287.474,
  6047.                     -215.519 306.892 283.493,
  6048.                     -199.259 321.875 290.024,
  6049.                     -203.793 331.074 282.974,
  6050.                     -213.008 319.512 280.697,
  6051.                     -197.428 331.368 286.096,
  6052.                     -195.848 336.747 281.625,
  6053.                     -209.144 331.256 276.257,
  6054.                     -228.31 77.4919 279.789,
  6055.                     -221.562 74.6807 287.563,
  6056.                     -204.07 335.818 276.996,
  6057.                     -54.7883 335.818 276.996,
  6058.                     -63.5019 337.407 280.111,
  6059.                     -62.3834 335.184 283.456,
  6060.                     -58.0504 337.52 274.676,
  6061.                     -64.6818 337.351 276.276,
  6062.                     -61.9376 336.694 271.424,
  6063.                     -55.3026 337.994 266.948,
  6064.                     -51.4648 336.47 267.403,
  6065.                     -49.0112 342.902 198.887,
  6066.                     -45.2349 340.983 199.094,
  6067.                     -200.808 337.52 274.675,
  6068.                     -207.393 336.47 267.403,
  6069.                     -209.848 342.903 198.875,
  6070.                     -213.627 340.979 199.094,
  6071.                     -203.555 337.994 266.949,
  6072.                     -196.653 336.681 271.774,
  6073.                     -193.566 336.745 274.171,
  6074.                     -194.176 337.352 276.276,
  6075.                     -211.856 342.601 130.537,
  6076.                     -209.579 337.13 62.2098,
  6077.                     -215.644 340.655 130.531,
  6078.                     -208.232 336.841 57.4272,
  6079.                     -205.98 336.918 54.6419,
  6080.                     -154.082 339.023 38.8031,
  6081.                     -153.694 340.622 42.8229,
  6082.                     -104.782 339.023 38.8026,
  6083.                     -105.169 340.623 42.8224,
  6084.                     -50.5749 335.198 51.3632,
  6085.                     -52.8572 336.917 54.659,
  6086.                     -45.4343 335.51 61.9744,
  6087.                     -47.0666 335.041 55.8103,
  6088.                     -50.6174 336.841 57.443,
  6089.                     -49.2765 337.134 62.2435,
  6090.                     -43.2223 340.663 130.531,
  6091.                     -47.0017 342.602 130.562,
  6092.                     -25.4776 131.775 58.0211,
  6093.                     -20.1711 133.222 128.96,
  6094.                     -20.8757 127.731 199.843,
  6095.                     -27.6348 115.119 270.827,
  6096.                     -27.5506 115.265 270.19,
  6097.                     -33.8516 110.016 287.327,
  6098.                     -49.1641 103.858 296.886,
  6099.                     -237.477 96.6109 214.193,
  6100.                     -232.185 83.7508 265.678,
  6101.                     -233.668 109.397 58.1923,
  6102.                     -29.3848 130.957 48.0965,
  6103.                     -38.9497 130.364 42.3913,
  6104.                     -38.9497 130.412 45.5809,
  6105.                     -38.9497 222.129 46.3669,
  6106.                     -147.159 141.428 315.119,
  6107.                     -184.708 134.587 310.181,
  6108.                     -146.955 191.353 316.355,
  6109.                     -183.144 190.482 311.92,
  6110.                     -144.576 241.127 314.786,
  6111.                     -175.459 249.719 310.541,
  6112.                     -76.3785 96.3502 305.207,
  6113.                     -80.7935 99.1807 307.047,
  6114.                     -105.331 89.5145 309.799,
  6115.                     -114.351 86.7321 309.705,
  6116.                     -161.486 83.7008 308.532,
  6117.                     -181.454 79.7457 304.434,
  6118.                     -167.585 82.0731 307.59,
  6119.                     -171.206 77.4218 305.54,
  6120.                     -187.546 76.3408 301.705,
  6121.                     -192.589 78.3938 301.123,
  6122.                     -205.041 74.4895 295.701,
  6123.                     -129.429 296.359 305.615,
  6124.                     -160.607 297.373 303.234,
  6125.                     -98.2514 297.373 303.234,
  6126.                     -68.2871 300.268 296.112,
  6127.                     -65.2162 301.629 294.891,
  6128.                     -63.3687 304.421 293.682,
  6129.                     -64.6525 321.202 289.266,
  6130.                     -66.3757 330.006 285.777,
  6131.                     -67.441 332.954 283.413,
  6132.                     -68.5187 334.427 280.214,
  6133.                     -69.2254 334.585 277.331,
  6134.                     -190.571 300.268 296.112,
  6135.                     -193.642 301.629 294.891,
  6136.                     -195.489 304.421 293.682,
  6137.                     -194.206 321.202 289.266,
  6138.                     -192.483 330.004 285.778,
  6139.                     -191.417 332.954 283.413,
  6140.                     -198.09 75.4311 298.404,
  6141.                     -154.332 79.0654 308.407,
  6142.                     -34.7714 219.411 288.855,
  6143.                     -31.2933 218.471 278.336,
  6144.                     -24.1401 229.692 204.223,
  6145.                     -35.0237 264.966 278.168,
  6146.                     -37.4698 257.461 288.072,
  6147.                     -27.6174 270.482 204,
  6148.                     -31.0932 297.331 203.778,
  6149.                     -38.9764 297.132 276.143,
  6150.                     -41.7042 312.568 273.901,
  6151.                     -43.4855 307.738 283.343,
  6152.                     -41.5571 295.29 285.194,
  6153.                     -36.5821 323.583 203.427,
  6154.                     -47.7164 331.948 267.872,
  6155.                     -45.9478 319.921 280.582,
  6156.                     -41.6695 336.014 203.099,
  6157.                     -49.7139 331.256 276.257,
  6158.                     -20.2377 133.175 204.468,
  6159.                     -159.687 333.933 36.0046,
  6160.                     -103.455 334.092 35.5371,
  6161.                     -103.251 325.445 33.5289,
  6162.                     -159.927 325.318 33.9951,
  6163.                     -102.985 289.68 30.8612,
  6164.                     -160.238 289.686 31.3148,
  6165.                     -216.927 190.002 40.9374,
  6166.                     -49.8598 306.924 290.255,
  6167.                     -51.8957 319.37 287.376,
  6168.                     -59.6287 322.057 289.965,
  6169.                     -55.0642 331.074 282.973,
  6170.                     -61.4296 331.368 286.096,
  6171.                     -48.2275 294.25 292.28,
  6172.                     -44.8434 255.765 295.801,
  6173.                     -42.7213 217.048 297.158,
  6174.                     -38.6294 113.777 293.233,
  6175.                     -30.2285 117.964 283.681,
  6176.                     -222.296 323.512 203.428,
  6177.                     -216.303 316.466 273.079,
  6178.                     -211.142 331.948 267.872,
  6179.                     -217.189 336.014 203.099,
  6180.                     -227.799 297.112 203.782,
  6181.                     -220.923 289.911 276.829,
  6182.                     -231.28 270.11 204.006,
  6183.                     -223.885 264.456 278.183,
  6184.                     -234.758 229.091 204.23,
  6185.                     -227.406 220.92 278.377,
  6186.                     -232.873 89.4623 267.962,
  6187.                     -239.034 104.201 204.494,
  6188.                     -235.862 232.626 129.685,
  6189.                     -232.615 272.163 129.681,
  6190.                     -229.381 298.204 129.681,
  6191.                     -224.265 323.688 129.686,
  6192.                     -234.569 115.406 57.9561,
  6193.                     -219.442 335.759 129.694,
  6194.                     -198.735 337.138 266.346,
  6195.                     -206.462 341.338 164.919,
  6196.                     -204.722 336.315 62.528,
  6197.                     -203.707 336.075 59.516,
  6198.                     -203.106 336.078 58.832,
  6199.                     -153.206 339.734 47.8811,
  6200.                     -105.657 339.734 47.8806,
  6201.                     -55.7435 336.078 58.8407,
  6202.                     -55.1474 336.075 59.5212,
  6203.                     -54.1359 336.315 62.5281,
  6204.                     -52.3857 342.736 164.576,
  6205.                     -60.1229 337.138 266.346,
  6206.                     -37.5319 318.573 57.9133,
  6207.                     -43.3859 330.303 54.1333,
  6208.                     -41.6612 330.914 61.7325,
  6209.                     -34.3475 322.797 129.682,
  6210.                     -39.4158 335.759 129.694,
  6211.                     -39.3457 318.426 51.3391,
  6212.                     -44.8113 320.689 46.5591,
  6213.                     -48.4206 330.334 48.2046,
  6214.                     -33.8302 296.966 55.8978,
  6215.                     -35.1283 292.903 49.6275,
  6216.                     -38.9497 289.664 45.3887,
  6217.                     -30.299 263.5 55.6013,
  6218.                     -32.5819 267.047 49.2547,
  6219.                     -28.1151 232.309 55.8533,
  6220.                     -30.0203 228.14 49.2659,
  6221.                     -24.6508 137.76 57.5067,
  6222.                     -19.2731 139.123 129.646,
  6223.                     -23.444 239.248 129.659,
  6224.                     -25.7755 267.484 129.664,
  6225.                     -29.0693 295.435 129.671,
  6226.                     -38.9497 224.379 42.5345,
  6227.                     -103.685 293.062 307.3,
  6228.                     -139.971 290.191 309.048,
  6229.                     -166.36 289.869 306.285,
  6230.                     -202.6 277.241 298.583,
  6231.                     -103.034 244.41 313.13,
  6232.                     -57.0796 288.262 297.271,
  6233.                     -102.839 195.038 314.873,
  6234.                     -55.1171 256.844 300.397,
  6235.                     -102.954 145.177 313.842,
  6236.                     -53.4676 210.35 302.38,
  6237.                     -100.676 95.8508 310.541,
  6238.                     -50.3531 109.587 298.833,
  6239.                     -145.079 91.7128 311.226,
  6240.                     -181.211 86.3425 305.223,
  6241.                     -209.459 80.7961 295.976,
  6242.                     -172.999 279.722 306.643,
  6243.                     -203.616 259.473 300.201,
  6244.                     -181.658 245.875 308.193,
  6245.                     -205.386 210.479 302.379,
  6246.                     -189.382 192.755 308.016,
  6247.                     -191.772 145.967 306.472,
  6248.                     -190.028 108.195 304.804,
  6249.                     -185.426 89.8278 304.508,
  6250.                     -197.253 298.622 296.974,
  6251.                     -200.359 303.342 294.925,
  6252.                     -192.045 296.335 299.075,
  6253.                     -66.813 296.335 299.075,
  6254.                     -58.5003 303.338 294.926,
  6255.                     -26.8242 121.215 271.65,
  6256.                     -189.633 334.585 277.331,
  6257.                     -189.247 334.579 275.208,
  6258.                     -63.244 336.684 270.875,
  6259.                     -191.519 336.857 272.822,
  6260.                     -188.151 334.726 274.948,
  6261.                     -70.7066 334.726 274.948,
  6262.                     -76.514 102.2 305.994,
  6263.                     -91.7829 98.9395 309.392,
  6264.                     -238.743 139.022 160.77,
  6265.                     -238.577 146.678 151.243,
  6266.                     -238.426 147.74 140.505,
  6267.                     -239.163 111.693 163.931,
  6268.                     -239.031 120.957 164.852,
  6269.                     -239.609 103.698 161.431,
  6270.                     -235.021 147.74 79.1042,
  6271.                     -234.603 147.109 74.6042,
  6272.                     -234.4 144.54 79.1062,
  6273.                     -233.99 142.345 67.7142,
  6274.                     -233.776 137.906 64.9982,
  6275.                     -233.59 127.943 61.9382,
  6276.                     -233.707 117.492 61.7762,
  6277.                     -231.383 126.677 69.1282,
  6278.                     -231.383 134.813 71.6102,
  6279.                     -231.383 109.901 71.5192,
  6280.                     -227.383 109.968 71.6422,
  6281.                     -235.011 106.309 64.9982,
  6282.                     -227.383 106.295 74.9412,
  6283.                     -231.383 106.177 74.8672,
  6284.                     -235.608 103.956 73.4592,
  6285.                     -237.482 99.6088 70.7042,
  6286.                     -227.383 118.42 69.1592,
  6287.                     -231.383 104.848 79.7222,
  6288.                     -236.859 102.303 79.7122,
  6289.                     -238.274 100.136 79.7052,
  6290.                     -239.058 96.8478 79.7222,
  6291.                     -238.457 97.5568 75.0222,
  6292.                     -227.383 104.988 79.7232,
  6293.                     -231.383 103.948 141.662,
  6294.                     -227.383 104.086 141.645,
  6295.                     -238.358 101.645 141.95,
  6296.                     -241.699 97.1768 142.507,
  6297.                     -242.492 93.4798 142.969,
  6298.                     -242.424 93.5768 147.862,
  6299.                     -231.383 105.847 145.85,
  6300.                     -227.383 105.948 145.754,
  6301.                     -238.427 102.505 148.998,
  6302.                     -241.608 96.0308 155.099,
  6303.                     -227.383 109.707 148.149,
  6304.                     -231.383 109.65 148.276,
  6305.                     -236.782 107.555 152.906,
  6306.                     -231.383 121.203 150.871,
  6307.                     -227.383 121.236 150.732,
  6308.                     -236.68 121.106 156.351,
  6309.                     -231.383 133.625 148.389,
  6310.                     -227.383 133.569 148.261,
  6311.                     -236.176 135.53 152.757,
  6312.                     -227.383 138.673 144.647,
  6313.                     -231.383 138.793 144.72,
  6314.                     -227.383 140.1 140.508,
  6315.                     -231.383 140.24 140.508,
  6316.                     -227.383 140.1 79.1062,
  6317.                     -231.383 140.24 79.1062,
  6318.                     -236.431 141.323 147.921,
  6319.                     -236.395 142.646 140.508,
  6320.                     -233.036 141.852 79.1062,
  6321.                     -231.383 137.928 73.6652,
  6322.                     -227.383 137.825 73.7592,
  6323.                     -227.383 134.754 71.7372,
  6324.                     -227.383 126.655 69.2662,
  6325.                     -231.383 118.403 69.0202,
  6326.                     -238.058 154.643 158.661,
  6327.                     -233.528 147.144 57.3856,
  6328.                     -234.616 109.699 64.0215,
  6329.                     -234.81 151.91 77.9611,
  6330.                     -155.981 81.8316 308.709,
  6331.                     -169.785 79.7442 306.378,
  6332.                     -238.469 133.393 177.969 ]
  6333.             }
  6334.  
  6335.             color    NULL
  6336.  
  6337.             coordIndex    [ 176, 174, 177, -1, 175, 174, 176, -1,
  6338.                   172, 174, 175, -1, 175, 173, 172, -1,
  6339.                   170, 172, 173, -1, 173, 171, 170, -1,
  6340.                   166, 170, 171, -1, 171, 167, 166, -1,
  6341.                   169, 166, 167, -1, 167, 168, 169, -1,
  6342.                   60, 169, 168, -1, 168, 58, 60, -1,
  6343.                   58, 168, 43, -1, 43, 46, 58, -1,
  6344.                   43, 39, 46, -1, 42, 46, 39, -1,
  6345.                   39, 41, 42, -1, 38, 41, 39, -1,
  6346.                   39, 36, 38, -1, 36, 39, 43, -1,
  6347.                   43, 40, 36, -1, 43, 168, 40, -1,
  6348.                   40, 168, 167, -1, 35, 36, 40, -1,
  6349.                   40, 37, 35, -1, 37, 40, 167, -1,
  6350.                   241, 38, 36, -1, 36, 35, 241, -1,
  6351.                   220, 241, 35, -1, 35, 33, 220, -1,
  6352.                   37, 33, 35, -1, 34, 33, 37, -1,
  6353.                   34, 37, 167, -1, 167, 171, 34, -1,
  6354.                   34, 171, 32, -1, 32, 171, 173, -1,
  6355.                   31, 34, 32, -1, 33, 34, 31, -1,
  6356.                   33, 31, 233, -1, 233, 220, 33, -1,
  6357.                   235, 233, 31, -1, 31, 29, 235, -1,
  6358.                   29, 32, 30, -1, 31, 32, 29, -1,
  6359.                   173, 30, 32, -1, 173, 175, 30, -1,
  6360.                   175, 176, 28, -1, 175, 28, 30, -1,
  6361.                   30, 26, 29, -1, 29, 26, 231, -1,
  6362.                   231, 235, 29, -1, 237, 235, 231, -1,
  6363.                   236, 235, 237, -1, 233, 235, 236, -1,
  6364.                   30, 28, 26, -1, 166, 169, 183, -1,
  6365.                   183, 181, 166, -1, 181, 183, 9, -1,
  6366.                   9, 6, 181, -1, 180, 181, 6, -1,
  6367.                   6, 5, 180, -1, 170, 181, 180, -1,
  6368.                   166, 181, 170, -1, 170, 180, 172, -1,
  6369.                   172, 180, 179, -1, 180, 5, 179, -1,
  6370.                   178, 179, 3, -1, 179, 5, 3, -1,
  6371.                   172, 179, 174, -1, 174, 179, 178, -1,
  6372.                   6, 9, 10, -1, 10, 13, 8, -1,
  6373.                   8, 13, 14, -1, 10, 8, 6, -1,
  6374.                   5, 6, 8, -1, 8, 7, 5, -1,
  6375.                   8, 14, 7, -1, 7, 14, 16, -1,
  6376.                   3, 5, 7, -1, 7, 4, 3, -1,
  6377.                   7, 16, 4, -1, 4, 16, 17, -1,
  6378.                   4, 17, 2, -1, 2, 17, 19, -1,
  6379.                   16, 18, 19, -1, 19, 17, 16, -1,
  6380.                   3, 4, 1, -1, 1, 4, 2, -1,
  6381.                   19, 18, 155, -1, 155, 20, 19, -1,
  6382.                   2, 19, 20, -1, 21, 23, 2, -1,
  6383.                   20, 21, 2, -1, 24, 23, 21, -1,
  6384.                   24, 25, 22, -1, 22, 23, 24, -1,
  6385.                   23, 22, 91, -1, 91, 182, 23, -1,
  6386.                   3, 1, 178, -1, 303, 304, 302, -1,
  6387.                   303, 305, 304, -1, 293, 290, 289, -1,
  6388.                   289, 294, 293, -1, 284, 283, 290, -1,
  6389.                   290, 283, 289, -1, 294, 289, 291, -1,
  6390.                   291, 295, 294, -1, 295, 291, 292, -1,
  6391.                   292, 259, 295, -1, 289, 283, 285, -1,
  6392.                   285, 291, 289, -1, 285, 286, 291, -1,
  6393.                   293, 294, 297, -1, 297, 294, 296, -1,
  6394.                   296, 294, 295, -1, 295, 298, 296, -1,
  6395.                   296, 300, 297, -1, 296, 299, 300, -1,
  6396.                   299, 296, 298, -1, 298, 301, 299, -1,
  6397.                   301, 298, 258, -1, 258, 254, 301, -1,
  6398.                   299, 303, 302, -1, 302, 300, 299, -1,
  6399.                   299, 301, 303, -1, 303, 301, 308, -1,
  6400.                   308, 301, 254, -1, 254, 255, 308, -1,
  6401.                   303, 308, 305, -1, 305, 308, 309, -1,
  6402.                   309, 308, 255, -1, 255, 256, 309, -1,
  6403.                   269, 270, 315, -1, 315, 270, 276, -1,
  6404.                   315, 276, 267, -1, 267, 276, 314, -1,
  6405.                   270, 276, 314, -1, 313, 268, 314, -1,
  6406.                   268, 267, 314, -1, 313, 312, 311, -1,
  6407.                   311, 268, 313, -1, 312, 306, 307, -1,
  6408.                   307, 311, 312, -1, 306, 304, 305, -1,
  6409.                   305, 307, 306, -1, 315, 267, 265, -1,
  6410.                   265, 266, 315, -1, 267, 268, 264, -1,
  6411.                   264, 265, 267, -1, 269, 315, 266, -1,
  6412.                   269, 273, 272, -1, 272, 270, 269, -1,
  6413.                   284, 282, 277, -1, 277, 283, 284, -1,
  6414.                   286, 287, 288, -1, 288, 292, 286, -1,
  6415.                   286, 292, 291, -1, 283, 277, 278, -1,
  6416.                   278, 285, 283, -1, 285, 278, 279, -1,
  6417.                   279, 286, 285, -1, 279, 280, 286, -1,
  6418.                   286, 280, 287, -1, 273, 277, 282, -1,
  6419.                   282, 272, 273, -1, 278, 277, 273, -1,
  6420.                   278, 273, 274, -1, 279, 278, 274, -1,
  6421.                   274, 275, 279, -1, 279, 275, 280, -1,
  6422.                   280, 275, 281, -1, 273, 269, 274, -1,
  6423.                   274, 269, 271, -1, 271, 275, 274, -1,
  6424.                   268, 311, 263, -1, 263, 264, 268, -1,
  6425.                   261, 263, 311, -1, 256, 260, 309, -1,
  6426.                   262, 309, 260, -1, 309, 262, 310, -1,
  6427.                   310, 307, 305, -1, 305, 309, 310, -1,
  6428.                   307, 310, 311, -1, 311, 310, 262, -1,
  6429.                   262, 261, 311, -1, 262, 260, 261, -1,
  6430.                   177, 89, 90, -1, 90, 176, 177, -1,
  6431.                   44, 176, 90, -1, 28, 176, 44, -1,
  6432.                   28, 44, 45, -1, 45, 26, 28, -1,
  6433.                   27, 26, 45, -1, 26, 27, 231, -1,
  6434.                   298, 257, 258, -1, 298, 295, 257, -1,
  6435.                   257, 295, 259, -1, 177, 257, 259, -1,
  6436.                   177, 259, 89, -1, 1, 256, 178, -1,
  6437.                   218, 219, 101, -1, 101, 100, 218, -1,
  6438.                   100, 101, 99, -1, 99, 98, 100, -1,
  6439.                   98, 99, 97, -1, 97, 96, 98, -1,
  6440.                   96, 97, 230, -1, 230, 229, 96, -1,
  6441.                   239, 238, 231, -1, 231, 238, 237, -1,
  6442.                   238, 230, 97, -1, 97, 237, 238, -1,
  6443.                   236, 237, 97, -1, 97, 99, 236, -1,
  6444.                   236, 99, 101, -1, 101, 234, 236, -1,
  6445.                   236, 234, 233, -1, 220, 233, 234, -1,
  6446.                   234, 232, 220, -1, 232, 242, 220, -1,
  6447.                   219, 242, 232, -1, 232, 234, 101, -1,
  6448.                   101, 219, 232, -1, 240, 241, 220, -1,
  6449.                   242, 240, 220, -1, 217, 218, 100, -1,
  6450.                   100, 221, 217, -1, 221, 100, 98, -1,
  6451.                   98, 223, 221, -1, 223, 98, 96, -1,
  6452.                   96, 225, 223, -1, 225, 96, 229, -1,
  6453.                   229, 227, 225, -1, 227, 253, 225, -1,
  6454.                   253, 252, 225, -1, 252, 228, 225, -1,
  6455.                   225, 228, 226, -1, 226, 223, 225, -1,
  6456.                   223, 226, 224, -1, 224, 221, 223, -1,
  6457.                   221, 224, 222, -1, 222, 217, 221, -1,
  6458.                   217, 222, 243, -1, 115, 217, 243, -1,
  6459.                   217, 115, 113, -1, 113, 218, 217, -1,
  6460.                   218, 113, 114, -1, 114, 219, 218, -1,
  6461.                   219, 114, 124, -1, 124, 242, 219, -1,
  6462.                   242, 124, 125, -1, 125, 240, 242, -1,
  6463.                   125, 126, 240, -1, 126, 241, 240, -1,
  6464.                   38, 241, 126, -1, 126, 127, 38, -1,
  6465.                   127, 128, 41, -1, 41, 38, 127, -1,
  6466.                   128, 42, 41, -1, 238, 239, 230, -1,
  6467.                   230, 239, 231, -1, 107, 230, 231, -1,
  6468.                   111, 107, 231, -1, 110, 107, 111, -1,
  6469.                   109, 230, 107, -1, 106, 230, 108, -1,
  6470.                   106, 229, 230, -1, 229, 131, 105, -1,
  6471.                   104, 227, 229, -1, 105, 104, 229, -1,
  6472.                   111, 231, 112, -1, 112, 130, 111, -1,
  6473.                   112, 231, 27, -1, 253, 103, 252, -1,
  6474.                   103, 102, 252, -1, 252, 102, 228, -1,
  6475.                   88, 228, 102, -1, 88, 164, 228, -1,
  6476.                   87, 164, 88, -1, 165, 164, 87, -1,
  6477.                   87, 86, 165, -1, 85, 245, 165, -1,
  6478.                   245, 85, 84, -1, 84, 148, 245, -1,
  6479.                   165, 245, 133, -1, 164, 165, 132, -1,
  6480.                   132, 163, 164, -1, 228, 164, 163, -1,
  6481.                   163, 226, 228, -1, 224, 226, 163, -1,
  6482.                   163, 162, 224, -1, 136, 162, 163, -1,
  6483.                   163, 132, 136, -1, 162, 136, 142, -1,
  6484.                   142, 161, 162, -1, 162, 161, 222, -1,
  6485.                   222, 224, 162, -1, 244, 243, 222, -1,
  6486.                   156, 244, 222, -1, 222, 161, 156, -1,
  6487.                   156, 161, 142, -1, 142, 141, 156, -1,
  6488.                   157, 156, 141, -1, 156, 157, 158, -1,
  6489.                   158, 244, 156, -1, 244, 158, 119, -1,
  6490.                   119, 118, 244, -1, 117, 243, 244, -1,
  6491.                   244, 118, 117, -1, 120, 119, 158, -1,
  6492.                   158, 160, 120, -1, 160, 158, 157, -1,
  6493.                   157, 159, 160, -1, 147, 159, 145, -1,
  6494.                   145, 159, 157, -1, 144, 147, 145, -1,
  6495.                   141, 145, 157, -1, 145, 141, 140, -1,
  6496.                   140, 144, 145, -1, 139, 140, 141, -1,
  6497.                   141, 142, 139, -1, 142, 136, 135, -1,
  6498.                   135, 139, 142, -1, 133, 135, 136, -1,
  6499.                   135, 133, 134, -1, 134, 137, 135, -1,
  6500.                   139, 135, 137, -1, 137, 138, 139, -1,
  6501.                   140, 139, 138, -1, 138, 143, 140, -1,
  6502.                   144, 140, 143, -1, 143, 146, 144, -1,
  6503.                   54, 144, 146, -1, 146, 56, 54, -1,
  6504.                   134, 133, 245, -1, 245, 148, 134, -1,
  6505.                   133, 132, 165, -1, 136, 132, 133, -1,
  6506.                   143, 138, 215, -1, 215, 199, 143, -1,
  6507.                   146, 143, 199, -1, 199, 200, 146, -1,
  6508.                   56, 146, 200, -1, 214, 215, 138, -1,
  6509.                   138, 137, 214, -1, 137, 134, 213, -1,
  6510.                   213, 134, 212, -1, 213, 214, 137, -1,
  6511.                   212, 134, 148, -1, 213, 212, 211, -1,
  6512.                   211, 209, 213, -1, 214, 213, 209, -1,
  6513.                   209, 207, 214, -1, 215, 214, 207, -1,
  6514.                   207, 204, 215, -1, 215, 204, 199, -1,
  6515.                   199, 204, 196, -1, 200, 199, 196, -1,
  6516.                   196, 198, 200, -1, 80, 200, 198, -1,
  6517.                   81, 80, 76, -1, 76, 79, 81, -1,
  6518.                   77, 78, 79, -1, 193, 79, 78, -1,
  6519.                   78, 75, 192, -1, 74, 75, 78, -1,
  6520.                   78, 77, 74, -1, 203, 74, 77, -1,
  6521.                   76, 197, 77, -1, 77, 197, 203, -1,
  6522.                   198, 197, 76, -1, 202, 203, 197, -1,
  6523.                   201, 197, 198, -1, 198, 196, 201, -1,
  6524.                   197, 201, 202, -1, 206, 202, 201, -1,
  6525.                   201, 205, 206, -1, 205, 201, 196, -1,
  6526.                   196, 204, 205, -1, 79, 76, 77, -1,
  6527.                   198, 76, 80, -1, 208, 205, 204, -1,
  6528.                   206, 205, 208, -1, 206, 208, 210, -1,
  6529.                   204, 207, 208, -1, 210, 208, 207, -1,
  6530.                   210, 216, 206, -1, 207, 209, 210, -1,
  6531.                   92, 210, 209, -1, 209, 211, 92, -1,
  6532.                   216, 210, 92, -1, 92, 93, 216, -1,
  6533.                   211, 82, 92, -1, 82, 211, 212, -1,
  6534.                   212, 83, 82, -1, 83, 212, 148, -1,
  6535.                   148, 84, 83, -1, 52, 51, 50, -1,
  6536.                   53, 195, 50, -1, 251, 51, 248, -1,
  6537.                   123, 51, 251, -1, 48, 51, 123, -1,
  6538.                   49, 48, 122, -1, 122, 121, 49, -1,
  6539.                   160, 49, 121, -1, 47, 49, 160, -1,
  6540.                   48, 49, 47, -1, 47, 50, 48, -1,
  6541.                   50, 47, 54, -1, 54, 53, 50, -1,
  6542.                   144, 54, 47, -1, 147, 144, 47, -1,
  6543.                   159, 147, 47, -1, 160, 159, 47, -1,
  6544.                   121, 120, 160, -1, 50, 51, 48, -1,
  6545.                   123, 122, 48, -1, 248, 51, 52, -1,
  6546.                   50, 195, 52, -1, 195, 53, 55, -1,
  6547.                   53, 54, 56, -1, 56, 55, 53, -1,
  6548.                   200, 80, 56, -1, 55, 56, 80, -1,
  6549.                   80, 81, 55, -1, 55, 81, 194, -1,
  6550.                   194, 81, 193, -1, 79, 193, 81, -1,
  6551.                   78, 192, 193, -1, 55, 194, 195, -1,
  6552.                   248, 52, 195, -1, 202, 206, 153, -1,
  6553.                   153, 151, 202, -1, 152, 151, 153, -1,
  6554.                   153, 154, 152, -1, 152, 154, 16, -1,
  6555.                   152, 16, 14, -1, 14, 13, 149, -1,
  6556.                   70, 149, 13, -1, 149, 152, 14, -1,
  6557.                   152, 149, 150, -1, 149, 70, 72, -1,
  6558.                   72, 150, 149, -1, 150, 151, 152, -1,
  6559.                   151, 150, 203, -1, 74, 203, 150, -1,
  6560.                   203, 202, 151, -1, 150, 72, 74, -1,
  6561.                   72, 73, 75, -1, 75, 74, 72, -1,
  6562.                   191, 75, 73, -1, 73, 190, 191, -1,
  6563.                   192, 75, 191, -1, 69, 188, 189, -1,
  6564.                   189, 71, 69, -1, 69, 71, 70, -1,
  6565.                   70, 71, 73, -1, 71, 189, 190, -1,
  6566.                   190, 73, 71, -1, 73, 72, 70, -1,
  6567.                   13, 15, 70, -1, 70, 15, 69, -1,
  6568.                   65, 186, 66, -1, 66, 12, 67, -1,
  6569.                   67, 65, 66, -1, 185, 186, 65, -1,
  6570.                   9, 12, 11, -1, 11, 10, 9, -1,
  6571.                   11, 15, 10, -1, 10, 15, 13, -1,
  6572.                   69, 15, 11, -1, 11, 68, 69, -1,
  6573.                   11, 66, 68, -1, 11, 12, 66, -1,
  6574.                   187, 68, 66, -1, 68, 188, 69, -1,
  6575.                   66, 186, 187, -1, 68, 187, 188, -1,
  6576.                   12, 9, 183, -1, 183, 67, 12, -1,
  6577.                   169, 60, 67, -1, 67, 183, 169, -1,
  6578.                   65, 67, 60, -1, 60, 59, 65, -1,
  6579.                   65, 59, 185, -1, 59, 60, 58, -1,
  6580.                   59, 61, 184, -1, 59, 184, 185, -1,
  6581.                   58, 61, 59, -1, 58, 46, 61, -1,
  6582.                   61, 46, 57, -1, 57, 184, 61, -1,
  6583.                   62, 184, 57, -1, 249, 184, 62, -1,
  6584.                   62, 57, 64, -1, 42, 64, 57, -1,
  6585.                   57, 46, 42, -1, 246, 247, 63, -1,
  6586.                   62, 63, 249, -1, 249, 63, 247, -1,
  6587.                   64, 63, 62, -1, 63, 64, 246, -1,
  6588.                   247, 250, 249, -1, 243, 116, 115, -1,
  6589.                   117, 116, 243, -1, 93, 94, 95, -1,
  6590.                   216, 95, 0, -1, 95, 216, 93, -1,
  6591.                   0, 206, 216, -1, 64, 42, 129, -1,
  6592.                   128, 129, 42, -1, 129, 246, 64, -1,
  6593.                   174, 178, 316, -1, 1, 2, 23, -1,
  6594.                   316, 177, 322, -1, 316, 255, 254, -1,
  6595.                   316, 178, 256, -1, 256, 255, 316, -1,
  6596.                   182, 317, 23, -1, 266, 318, 269, -1,
  6597.                   318, 271, 269, -1, 23, 317, 1, -1,
  6598.                   260, 256, 319, -1, 256, 1, 319, -1,
  6599.                   317, 319, 1, -1, 261, 260, 319, -1,
  6600.                   319, 317, 261, -1, 261, 317, 263, -1,
  6601.                   263, 317, 264, -1, 264, 317, 265, -1,
  6602.                   265, 317, 182, -1, 182, 266, 265, -1,
  6603.                   91, 318, 266, -1, 266, 182, 91, -1,
  6604.                   131, 229, 320, -1, 229, 106, 320, -1,
  6605.                   108, 230, 321, -1, 230, 109, 321, -1,
  6606.                   258, 322, 254, -1, 322, 174, 316, -1,
  6607.                   316, 254, 322, -1, 322, 177, 174, -1,
  6608.                   322, 258, 177, -1, 258, 257, 177, -1 ]
  6609.             colorIndex    [  ]
  6610.             normal    NULL
  6611.  
  6612.             texCoord    NULL
  6613.  
  6614.             texCoordIndex    [  ]
  6615.             ccw    TRUE
  6616.             solid    FALSE
  6617.             creaseAngle    1.03393
  6618.               }
  6619.  
  6620.             }
  6621.  
  6622.             center    -130.883 208.619 173.608
  6623.           }
  6624.           DEF TOP-COVER Transform {
  6625.             children    Shape {
  6626.               appearance    Appearance {
  6627.             material    DEF _96 Material {
  6628.               ambientIntensity    0
  6629.               diffuseColor    0.05 0.05 0.05
  6630.               specularColor    0.0744681 0.0744681 0.0744681
  6631.               emissiveColor    0 0 0
  6632.               shininess    0.234043
  6633.               transparency    0
  6634.             }
  6635.  
  6636.             texture    NULL
  6637.  
  6638.             textureTransform    NULL
  6639.  
  6640.               }
  6641.  
  6642.               geometry    IndexedFaceSet {
  6643.             coord    Coordinate {
  6644.               point    [ -66.065 340.841 232.862,
  6645.                     -106.95 348.223 201.805,
  6646.                     -108.382 339.584 273.745,
  6647.                     -62.0382 343.54 169.246,
  6648.                     -106.474 348.46 129.32,
  6649.                     -61.8952 340.698 99.9491,
  6650.                     -106.942 340.29 57.3063,
  6651.                     -151.872 340.292 57.302,
  6652.                     -152.337 348.463 129.319,
  6653.                     -151.862 348.225 201.806,
  6654.                     -150.434 339.585 273.75,
  6655.                     -192.793 340.841 232.862,
  6656.                     -196.82 343.54 169.246,
  6657.                     -196.963 340.698 99.9491,
  6658.                     -195.481 337.209 67.0024,
  6659.                     -63.8181 337.121 65.865,
  6660.                     -69.3709 337.612 263.707,
  6661.                     -188.803 337.478 265.278,
  6662.                     -198.735 337.138 266.346,
  6663.                     -206.462 341.338 164.919,
  6664.                     -204.722 336.315 62.528,
  6665.                     -153.206 339.734 47.8811,
  6666.                     -203.106 336.078 58.832,
  6667.                     -105.657 339.734 47.8806,
  6668.                     -55.7435 336.078 58.8407,
  6669.                     -54.1359 336.315 62.5281,
  6670.                     -55.1474 336.075 59.5212,
  6671.                     -52.3857 342.736 164.576,
  6672.                     -60.1229 337.138 266.346,
  6673.                     -63.244 336.684 270.875,
  6674.                     -90.2768 338.335 278.897,
  6675.                     -109.767 339.3 276.147,
  6676.                     -110.234 336.29 276.782,
  6677.                     -91.1795 335.693 279.589,
  6678.                     -91.0955 335.719 282.537,
  6679.                     -112.641 336.099 279.487,
  6680.                     -129.429 336.754 275.727,
  6681.                     -148.614 339.338 275.96,
  6682.                     -191.519 336.857 272.822,
  6683.                     -168.335 338.346 278.609,
  6684.                     -70.7066 334.726 274.948,
  6685.                     -188.151 334.726 274.948,
  6686.                     -188.151 334.726 274.948,
  6687.                     -167.678 335.693 279.589,
  6688.                     -168.335 338.346 278.609,
  6689.                     -188.993 334.726 277.794,
  6690.                     -167.763 335.719 282.537,
  6691.                     -146.217 336.099 279.487,
  6692.                     -148.614 339.338 275.96,
  6693.                     -148.618 336.29 276.782,
  6694.                     -129.429 336.754 275.727,
  6695.                     -129.429 336.332 278.65,
  6696.                     -112.641 336.099 279.487,
  6697.                     -91.1795 335.693 279.589,
  6698.                     -91.0955 335.719 282.537,
  6699.                     -69.8648 334.726 277.794,
  6700.                     -70.7066 334.726 274.948,
  6701.                     -195.481 337.209 67.0024,
  6702.                     -203.707 336.075 59.516,
  6703.                     -204.722 336.315 62.528,
  6704.                     -203.106 336.078 58.832 ]
  6705.             }
  6706.  
  6707.             color    NULL
  6708.  
  6709.             coordIndex    [ 0, 1, 2, -1, 0, 3, 1, -1,
  6710.                   3, 4, 1, -1, 3, 5, 4, -1,
  6711.                   5, 6, 4, -1, 4, 6, 7, -1,
  6712.                   8, 1, 4, -1, 4, 7, 8, -1,
  6713.                   2, 1, 9, -1, 9, 1, 8, -1,
  6714.                   9, 10, 2, -1, 10, 9, 11, -1,
  6715.                   11, 9, 12, -1, 12, 9, 8, -1,
  6716.                   8, 13, 12, -1, 8, 7, 13, -1,
  6717.                   13, 7, 14, -1, 5, 15, 6, -1,
  6718.                   2, 16, 0, -1, 11, 17, 10, -1,
  6719.                   17, 11, 18, -1, 12, 13, 19, -1,
  6720.                   11, 12, 19, -1, 18, 11, 19, -1,
  6721.                   13, 14, 20, -1, 13, 20, 19, -1,
  6722.                   21, 7, 6, -1, 14, 7, 21, -1,
  6723.                   21, 22, 14, -1, 23, 6, 15, -1,
  6724.                   6, 23, 21, -1, 15, 24, 23, -1,
  6725.                   15, 5, 25, -1, 15, 25, 26, -1,
  6726.                   15, 26, 24, -1, 5, 27, 25, -1,
  6727.                   5, 3, 27, -1, 3, 0, 27, -1,
  6728.                   0, 16, 28, -1, 0, 28, 27, -1,
  6729.                   29, 28, 16, -1, 30, 29, 16, -1,
  6730.                   16, 2, 30, -1, 2, 31, 30, -1,
  6731.                   31, 32, 33, -1, 33, 30, 31, -1,
  6732.                   34, 33, 32, -1, 32, 35, 34, -1,
  6733.                   35, 32, 36, -1, 32, 31, 36, -1,
  6734.                   2, 10, 37, -1, 37, 31, 2, -1,
  6735.                   36, 31, 37, -1, 10, 17, 38, -1,
  6736.                   38, 17, 18, -1, 39, 37, 10, -1,
  6737.                   38, 39, 10, -1, 40, 29, 30, -1,
  6738.                   30, 33, 40, -1, 39, 38, 41, -1,
  6739.                   42, 43, 44, -1, 42, 45, 43, -1,
  6740.                   45, 46, 43, -1, 43, 46, 47, -1,
  6741.                   48, 44, 43, -1, 47, 49, 43, -1,
  6742.                   48, 43, 49, -1, 50, 49, 47, -1,
  6743.                   48, 49, 50, -1, 47, 51, 50, -1,
  6744.                   50, 51, 52, -1, 53, 54, 55, -1,
  6745.                   55, 56, 53, -1, 57, 58, 59, -1,
  6746.                   57, 60, 58, -1 ]
  6747.             colorIndex    [  ]
  6748.             normal    NULL
  6749.  
  6750.             texCoord    NULL
  6751.  
  6752.             ccw    TRUE
  6753.             solid    FALSE
  6754.             convex    TRUE
  6755.             creaseAngle    1.03393
  6756.               }
  6757.  
  6758.             }
  6759.  
  6760.           }
  6761.         ]
  6762.           }
  6763.           Transform {
  6764.         children    [
  6765.         ]
  6766.           }
  6767.         ]
  6768.       }
  6769.  
  6770.     }
  6771.     DEF CDROM-TREE Transform {
  6772.       children    Anchor {
  6773.         children    [
  6774.           DEF CDROM-TS TouchSensor {
  6775.           }
  6776.           DEF CDROM-ASSEMBLY Transform {
  6777.         children    [
  6778.           Group {
  6779.             children    [
  6780.               DEF CDROM-ANIMATION Group {
  6781.             children    DEF Time_99 TimeSensor {
  6782.               cycleInterval    1.3
  6783.               startTime    0
  6784.             }
  6785.  
  6786.               }
  6787.               DEF CDROM-ASSEMBLYTranslationInterp PositionInterpolator {
  6788.             key    [ 0, 0.05, 0.1, 0.15,
  6789.                   0.2, 0.25, 0.3, 0.35,
  6790.                   0.4, 0.45, 0.5, 0.55,
  6791.                   0.6, 0.65, 0.7, 0.75,
  6792.                   0.8, 0.85, 0.9, 0.95,
  6793.                   1 ]
  6794.             keyValue    [ 0 0 0,
  6795.                   0 0 6.2872,
  6796.                   0 0 12.5744,
  6797.                   0 0 18.8616,
  6798.                   0 0 25.1488,
  6799.                   0 0 31.436,
  6800.                   0 0 37.7232,
  6801.                   0 0 44.0104,
  6802.                   0 0 50.2976,
  6803.                   0 0 56.5848,
  6804.                   0 0 62.872,
  6805.                   0 0 69.1592,
  6806.                   0 0 75.4464,
  6807.                   0 0 81.7336,
  6808.                   0 0 88.0208,
  6809.                   0 0 94.308,
  6810.                   0 0 100.595,
  6811.                   0 0 106.882,
  6812.                   0 0 113.17,
  6813.                   0 0 119.457,
  6814.                   0 0 125.744 ]
  6815.               }
  6816.             ]
  6817.           }
  6818.           DEF CDROM-LOGIC Script {
  6819.             eventOut            SFFloat            fractionOut
  6820.             eventOut            SFTime            delayedStartTime
  6821.             eventOut            SFBool            trayOpen
  6822.             eventOut            SFTime            slideShowStartTime
  6823.             eventIn            SFBool            timerActive
  6824.             eventIn            SFFloat            fractionIn
  6825.             eventIn            SFTime            triggerTime
  6826.             eventIn            SFInt32            whichScreen
  6827.             field            SFBool            trayOpenStatus    TRUE
  6828.             field            SFInt32            whichScreenStatus    1027026367
  6829.             url    "vrmlscript:
  6830. function timerActive(value, time)
  6831. {
  6832.     if (!value) trayOpenStatus = !trayOpenStatus;
  6833.     trayOpen = trayOpenStatus;
  6834. }
  6835.  
  6836.  
  6837. function fractionIn(value, time)
  6838. {
  6839.     if (!trayOpenStatus) fractionOut = value;
  6840.     else fractionOut = 1-value;
  6841. }
  6842.  
  6843. function triggerTime(value, time)
  6844. {
  6845.     delayedStartTime = value + 1;
  6846.  
  6847.     // if cdrom tray is currently open and about to close, and
  6848.     // we are currently sitting on the clogin screen, then start
  6849.     // up OOBE slide show with a delay.
  6850.     if (trayOpenStatus && (whichScreenStatus == 4))
  6851.     slideShowStartTime = value + 4;
  6852. }
  6853.  
  6854. function whichScreen(value, time)
  6855. {
  6856.     whichScreenStatus = value;
  6857. }
  6858. "
  6859.           }
  6860.           DEF CDROM-OOBE Transform {
  6861.             children    Anchor {
  6862.               children    DEF CDROM Transform {
  6863.             children    Shape {
  6864.               appearance    Appearance {
  6865.                 material    DEF _102 Material {
  6866.                   ambientIntensity    0.230089
  6867.                   diffuseColor    0.610811 0.610811 0.610811
  6868.                   specularColor    0.767568 0.756757 0.764964
  6869.                   emissiveColor    0 0 0
  6870.                   shininess    0.897297
  6871.                   transparency    0
  6872.                 }
  6873.  
  6874.                 texture    ImageTexture {
  6875.                   url    "Textures/oobeCDROM.256.rgba.gz"
  6876.                 }
  6877.  
  6878.                 textureTransform    TextureTransform {
  6879.                   translation    -0.002 -0.002
  6880.                   rotation    0
  6881.                   scale    1.01 1.01
  6882.                   center    0.502 0.502
  6883.                 }
  6884.  
  6885.               }
  6886.  
  6887.               geometry    IndexedFaceSet {
  6888.                 coord    Coordinate {
  6889.                   point    [ 0 10 -10,
  6890.                         3.82683 10 -9.2388,
  6891.                         7.07107 10 -7.07107,
  6892.                         9.2388 10 -3.82683,
  6893.                         10 10 4.37114e-07,
  6894.                         9.2388 10 3.82684,
  6895.                         7.07107 10 7.07107,
  6896.                         3.82683 10 9.2388,
  6897.                         1.50996e-06 10 10,
  6898.                         -3.82683 10 9.2388,
  6899.                         -7.07107 10 7.07107,
  6900.                         -9.2388 10 3.82684,
  6901.                         -10 10 -1.19249e-07,
  6902.                         -9.23879 10 -3.82684,
  6903.                         -7.07107 10 -7.07107,
  6904.                         -3.82683 10 -9.2388,
  6905.                         0 10 0 ]
  6906.                 }
  6907.  
  6908.                 color    NULL
  6909.  
  6910.                 coordIndex    [ 16, 15, 14, -1, 16, 14, 13, -1,
  6911.                       16, 13, 12, -1, 16, 12, 11, -1,
  6912.                       16, 11, 10, -1, 16, 10, 9, -1,
  6913.                       16, 9, 8, -1, 16, 8, 7, -1,
  6914.                       16, 7, 6, -1, 16, 6, 5, -1,
  6915.                       16, 5, 4, -1, 16, 4, 3, -1,
  6916.                       16, 3, 2, -1, 16, 2, 1, -1,
  6917.                       16, 1, 0, -1, 16, 0, 15, -1 ]
  6918.                 colorIndex    [  ]
  6919.                 normal    NULL
  6920.  
  6921.                 texCoord    TextureCoordinate {
  6922.                   point    [ 0.5 1,
  6923.                         0.5 0.5,
  6924.                         0.308659 0.96194,
  6925.                         0.146447 0.853554,
  6926.                         0.0380603 0.691342,
  6927.                         0 0.5,
  6928.                         0.0380602 0.308658,
  6929.                         0.146447 0.146446,
  6930.                         0.308658 0.0380602,
  6931.                         0.5 0,
  6932.                         0.691342 0.0380602,
  6933.                         0.853553 0.146447,
  6934.                         0.96194 0.308658,
  6935.                         1 0.5,
  6936.                         0.96194 0.691342,
  6937.                         0.853553 0.853553,
  6938.                         0.691342 0.96194 ]
  6939.                 }
  6940.  
  6941.                 texCoordIndex    [ 1, 2, 3, -1, 1, 3, 4, -1,
  6942.                       1, 4, 5, -1, 1, 5, 6, -1,
  6943.                       1, 6, 7, -1, 1, 7, 8, -1,
  6944.                       1, 8, 9, -1, 1, 9, 10, -1,
  6945.                       1, 10, 11, -1, 1, 11, 12, -1,
  6946.                       1, 12, 13, -1, 1, 13, 14, -1,
  6947.                       1, 14, 15, -1, 1, 15, 16, -1,
  6948.                       1, 16, 0, -1, 1, 0, 2, -1 ]
  6949.                 creaseAngle    3.14159
  6950.               }
  6951.  
  6952.             }
  6953.  
  6954.             translation    -129.654 319.9 206.354
  6955.             rotation    0 0 1  0
  6956.             scale    5.83027 0.145162 5.83028
  6957.             scaleOrientation    0 0 1  0
  6958.               }
  6959.  
  6960.               url    "TechDocs/oobe.html"
  6961.               description    ""
  6962.               parameter    "target=secondary"
  6963.             }
  6964.  
  6965.           }
  6966.           DEF CDROM-SWITCHABLE-TREE Transform {
  6967.             children    DEF CDROM-SWITCH Switch {
  6968.               whichChoice    0
  6969.               choice    [
  6970.             DEF CDROM-SWITCHABLE-GROUP Transform {
  6971.               children    [
  6972.                 DEF CDROM-DOOR Transform {
  6973.                   children    Shape {
  6974.                 appearance    Appearance {
  6975.                   material    DEF _104 Material {
  6976.                     ambientIntensity    0.2
  6977.                     diffuseColor    0 0.124 0.2
  6978.                     specularColor    0.0768561 0.0957447 0.0957447
  6979.                     emissiveColor    0 0 0
  6980.                     shininess    0.133333
  6981.                     transparency    0
  6982.                   }
  6983.  
  6984.                   texture    NULL
  6985.  
  6986.                   textureTransform    NULL
  6987.  
  6988.                 }
  6989.  
  6990.                 geometry    IndexedFaceSet {
  6991.                   coord    Coordinate {
  6992.                     point    [ -151.237 333.314 295.79,
  6993.                           -150.9 338.221 292.389,
  6994.                           -194 331.579 287.197,
  6995.                           -192.726 336.274 283.699,
  6996.                           -107.916 338.22 292.385,
  6997.                           -107.577 333.313 295.786,
  6998.                           -66.1286 336.265 283.709,
  6999.                           -64.8583 331.579 287.197,
  7000.                           -61.9016 313.442 293.549,
  7001.                           -194.187 331.081 286.213,
  7002.                           -194.007 331.539 287.219,
  7003.                           -196.956 313.442 293.549,
  7004.                           -192.993 335.39 283.049,
  7005.                           -191.369 337.78 279.532,
  7006.                           -191.842 336.745 279.631,
  7007.                           -197.37 306.596 295.194,
  7008.                           -197.538 306.355 294.115,
  7009.                           -194.196 331.04 286.236,
  7010.                           -196.048 301.836 295.63,
  7011.                           -196.108 302.538 296.533,
  7012.                           -191.636 299.906 298.488,
  7013.                           -191.44 299.226 297.622,
  7014.                           -155.583 296.02 305.661,
  7015.                           -155.592 296.7 306.552,
  7016.                           -103.027 296.034 305.629,
  7017.                           -102.841 296.723 306.497,
  7018.                           -67.4183 299.226 297.622,
  7019.                           -67.2217 299.906 298.488,
  7020.                           -62.8197 301.823 295.636,
  7021.                           -62.789 302.485 296.557,
  7022.                           -61.3202 306.355 294.115,
  7023.                           -61.4875 306.596 295.194,
  7024.                           -64.6615 331.04 286.236,
  7025.                           -65.8528 335.36 283.084,
  7026.                           -67.4764 337.781 279.574,
  7027.                           -67.0078 336.745 279.657,
  7028.                           -68.0978 336.066 275.959,
  7029.                           -68.5974 337.049 275.776,
  7030.                           -152.164 314.828 302.56,
  7031.                           -106.693 314.828 302.56,
  7032.                           -150.505 339.863 288.393,
  7033.                           -170.843 338.092 280.395,
  7034.                           -190.261 337.049 275.776,
  7035.                           -190.76 336.066 275.959,
  7036.                           -150 338.998 283.352,
  7037.                           -150.645 338.285 278.056,
  7038.                           -129.429 338.889 281.265,
  7039.                           -129.429 339.312 276.986,
  7040.                           -108.24 338.286 278.053,
  7041.                           -108.817 338.997 283.347,
  7042.                           -108.311 339.862 288.389,
  7043.                           -94.805 338.309 280.692,
  7044.                           -190.954 309.958 294.528,
  7045.                           -190.954 328.519 288.424,
  7046.                           -190.954 322.925 269.538,
  7047.                           -190.954 309.835 269.545,
  7048.                           -67.437 309.835 269.545,
  7049.                           -67.437 309.958 294.528,
  7050.                           -67.437 322.925 269.538,
  7051.                           -67.437 328.519 288.424,
  7052.                           -129.195 322.925 269.538,
  7053.                           -129.195 330.867 296.35 ]
  7054.                   }
  7055.  
  7056.                   color    NULL
  7057.  
  7058.                   coordIndex    [ 0, 1, 2, -1, 2, 1, 3, -1,
  7059.                         0, 4, 1, -1, 4, 0, 5, -1,
  7060.                         4, 5, 6, -1, 6, 5, 7, -1,
  7061.                         7, 5, 8, -1, 9, 10, 3, -1,
  7062.                         10, 9, 11, -1, 9, 3, 12, -1,
  7063.                         12, 3, 13, -1, 13, 14, 12, -1,
  7064.                         15, 11, 16, -1, 17, 16, 11, -1,
  7065.                         15, 16, 18, -1, 18, 19, 15, -1,
  7066.                         20, 19, 21, -1, 21, 19, 18, -1,
  7067.                         22, 23, 20, -1, 20, 21, 22, -1,
  7068.                         23, 22, 24, -1, 24, 25, 23, -1,
  7069.                         25, 24, 26, -1, 26, 27, 25, -1,
  7070.                         27, 26, 28, -1, 28, 29, 27, -1,
  7071.                         29, 28, 30, -1, 30, 31, 29, -1,
  7072.                         8, 31, 30, -1, 8, 30, 32, -1,
  7073.                         32, 7, 8, -1, 6, 7, 33, -1,
  7074.                         33, 7, 32, -1, 34, 6, 33, -1,
  7075.                         33, 35, 34, -1, 34, 35, 36, -1,
  7076.                         36, 37, 34, -1, 23, 25, 38, -1,
  7077.                         38, 20, 23, -1, 38, 19, 20, -1,
  7078.                         19, 38, 15, -1, 15, 38, 11, -1,
  7079.                         2, 11, 38, -1, 38, 0, 2, -1,
  7080.                         39, 38, 25, -1, 0, 38, 39, -1,
  7081.                         39, 25, 27, -1, 27, 29, 39, -1,
  7082.                         39, 29, 31, -1, 31, 8, 39, -1,
  7083.                         5, 39, 8, -1, 39, 5, 0, -1,
  7084.                         13, 3, 40, -1, 1, 40, 3, -1,
  7085.                         41, 42, 13, -1, 14, 13, 42, -1,
  7086.                         42, 43, 14, -1, 41, 13, 44, -1,
  7087.                         40, 44, 13, -1, 44, 45, 41, -1,
  7088.                         46, 45, 44, -1, 47, 45, 46, -1,
  7089.                         46, 48, 47, -1, 46, 49, 48, -1,
  7090.                         44, 49, 46, -1, 44, 40, 49, -1,
  7091.                         49, 50, 34, -1, 50, 49, 40, -1,
  7092.                         34, 50, 6, -1, 4, 6, 50, -1,
  7093.                         50, 40, 1, -1, 50, 1, 4, -1,
  7094.                         51, 48, 49, -1, 34, 51, 49, -1,
  7095.                         51, 34, 37, -1, 52, 53, 54, 55,
  7096.                         -1, 56, 57, 52, 55, -1, 56, 58,
  7097.                         59, 57, -1, 55, 54, 60, 58, 56,
  7098.                         -1, 59, 58, 60, 61, -1, 60, 54,
  7099.                         53, 61, -1 ]
  7100.                   normal    NULL
  7101.  
  7102.                   ccw    TRUE
  7103.                   solid    FALSE
  7104.                   convex    TRUE
  7105.                   creaseAngle    0.83514
  7106.                 }
  7107.  
  7108.                   }
  7109.  
  7110.                   center    -129.429 317.941 288.045
  7111.                 }
  7112.                 DEF CDROM-TRAY Transform {
  7113.                   children    Shape {
  7114.                 appearance    Appearance {
  7115.                   material    DEF _105 Material {
  7116.                     ambientIntensity    0.2365
  7117.                     diffuseColor    0.797872 0.732329 0.603135
  7118.                     specularColor    0.0786239 0.0803968 0.0484226
  7119.                     emissiveColor    0 0 0
  7120.                     shininess    0.167568
  7121.                     transparency    0
  7122.                   }
  7123.  
  7124.                   texture    NULL
  7125.  
  7126.                   textureTransform    NULL
  7127.  
  7128.                 }
  7129.  
  7130.                 geometry    IndexedFaceSet {
  7131.                   coord    Coordinate {
  7132.                     point    [ -66.8465 315.652 137.438,
  7133.                           -66.8465 315.652 268.599,
  7134.                           -191.336 315.652 268.599,
  7135.                           -191.336 315.652 137.438,
  7136.                           -191.336 320.081 268.599,
  7137.                           -191.336 320.081 137.438,
  7138.                           -66.8465 320.081 137.438,
  7139.                           -66.8465 320.081 268.599 ]
  7140.                   }
  7141.  
  7142.                   color    NULL
  7143.  
  7144.                   coordIndex    [ 0, 1, 2, 3, -1, 3, 2, 4,
  7145.                         5, -1, 6, 0, 3, 5, -1, 5,
  7146.                         4, 7, 6, -1, 6, 7, 1, 0,
  7147.                         -1 ]
  7148.                   colorIndex    [  ]
  7149.                   normal    NULL
  7150.  
  7151.                   creaseAngle    0.83514
  7152.                 }
  7153.  
  7154.                   }
  7155.  
  7156.                   translation    0 0 0
  7157.                 }
  7158.                 DEF CDROM-BUTTON Transform {
  7159.                   children    Shape {
  7160.                 appearance    Appearance {
  7161.                   material    DEF _106 Material {
  7162.                     ambientIntensity    0.2
  7163.                     diffuseColor    0 0.124 0.2
  7164.                     specularColor    0.0768561 0.0957447 0.0957447
  7165.                     emissiveColor    0 0 0
  7166.                     shininess    0.133333
  7167.                     transparency    0
  7168.                   }
  7169.  
  7170.                   texture    NULL
  7171.  
  7172.                   textureTransform    NULL
  7173.  
  7174.                 }
  7175.  
  7176.                 geometry    IndexedFaceSet {
  7177.                   coord    Coordinate {
  7178.                     point    [ 0 -100 -100,
  7179.                           0 100 -100,
  7180.                           70.7107 -100 -70.7107,
  7181.                           70.7107 100 -70.7107,
  7182.                           100 -100 4.37114e-06,
  7183.                           100 100 4.37114e-06,
  7184.                           70.7107 -100 70.7107,
  7185.                           70.7107 100 70.7107,
  7186.                           1.50996e-05 -100 100,
  7187.                           1.50996e-05 100 100,
  7188.                           -70.7107 -100 70.7107,
  7189.                           -70.7107 100 70.7107,
  7190.                           -100 -100 -1.19249e-06,
  7191.                           -100 100 -1.19249e-06,
  7192.                           -70.7107 -100 -70.7107,
  7193.                           -70.7107 100 -70.7107,
  7194.                           0 -133.437 0,
  7195.                           0 100 -100,
  7196.                           0 -100 -100,
  7197.                           0 -100 -100,
  7198.                           70.7107 -100 -70.7107,
  7199.                           100 -100 4.37114e-06,
  7200.                           70.7107 -100 70.7107,
  7201.                           1.50996e-05 -100 100,
  7202.                           -70.7107 -100 70.7107,
  7203.                           -100 -100 -1.19249e-06,
  7204.                           -70.7107 -100 -70.7107 ]
  7205.                   }
  7206.  
  7207.                   color    NULL
  7208.  
  7209.                   coordIndex    [ 16, 23, 24, -1, 16, 24, 25, -1,
  7210.                         16, 25, 26, -1, 16, 26, 19, -1,
  7211.                         16, 19, 20, -1, 16, 20, 21, -1,
  7212.                         16, 21, 22, -1, 16, 22, 23, -1,
  7213.                         8, 9, 11, -1, 11, 10, 8, -1,
  7214.                         10, 11, 13, -1, 13, 12, 10, -1,
  7215.                         12, 13, 15, -1, 15, 14, 12, -1,
  7216.                         14, 15, 17, -1, 17, 18, 14, -1,
  7217.                         0, 1, 3, -1, 3, 2, 0, -1,
  7218.                         2, 3, 5, -1, 5, 4, 2, -1,
  7219.                         4, 5, 7, -1, 7, 6, 4, -1,
  7220.                         6, 7, 9, -1, 6, 9, 8, -1 ]
  7221.                   colorIndex    [  ]
  7222.                   normal    NULL
  7223.  
  7224.                   creaseAngle    1.33937
  7225.                 }
  7226.  
  7227.                   }
  7228.  
  7229.                   translation    -80.343 306.218 298.248
  7230.                   rotation    0.988897 -0.100792 -0.1092  4.63081
  7231.                   scale    0.0593506 0.0181387 0.0359426
  7232.                   scaleOrientation    0 0 1  0
  7233.                 }
  7234.               ]
  7235.             }
  7236.             Transform {
  7237.               children    [
  7238.               ]
  7239.             }
  7240.               ]
  7241.             }
  7242.  
  7243.           }
  7244.         ]
  7245.         translation    0 0 125.744
  7246.         center    -129.429 317.941 221.995
  7247.           }
  7248.         ]
  7249.         url    "TechDocs/cdrom.html"
  7250.         parameter    "target=secondary"
  7251.       }
  7252.  
  7253.     }
  7254.       ]
  7255.     }
  7256.   ]
  7257. }
  7258. DEF AMBIENT-VOLUME-LOGIC Script {
  7259.   eventOut  SFFloat  volumeOut
  7260.   eventOut  SFVec3f  volumeUpDisplace
  7261.   eventOut  SFVec3f  volumeDownDisplace
  7262.   eventOut  SFColor  volumeUpColor
  7263.   eventOut  SFColor  volumeDownColor
  7264.   eventIn  SFTime  volumeUpTrigger
  7265.   eventIn  SFTime  volumeDownTrigger
  7266.   eventIn  SFBool  volumeUpIsActive
  7267.   eventIn  SFBool  volumeDownIsActive
  7268.   eventIn  SFBool  volumeUpIsOver
  7269.   eventIn  SFBool  volumeDownIsOver
  7270.   field  SFFloat  volumeIncrement    0.3
  7271.   field  SFFloat  currentVolume    1
  7272.   url    "vrmlscript:
  7273. function volumeUpTrigger(value, time)
  7274. {
  7275.     currentVolume = currentVolume + volumeIncrement;
  7276.     volumeOut = currentVolume;
  7277.    
  7278. }
  7279.  
  7280. function volumeDownTrigger(value, time)
  7281. {
  7282.     currentVolume = currentVolume - volumeIncrement;
  7283.     if (currentVolume < 0.0) currentVolume = 0.0;
  7284.     volumeOut = currentVolume;
  7285. }
  7286.  
  7287. function volumeUpIsActive(value, time)
  7288. {
  7289.     if (value) volumeUpDisplace[2] = -10;
  7290.     else volumeUpDisplace[2] = 0;
  7291. }
  7292.  
  7293. function volumeDownIsActive(value, time)
  7294. {
  7295.     if (value) volumeDownDisplace[2] = -10;
  7296.     else volumeDownDisplace[2] = 0;
  7297. }
  7298.  
  7299. function volumeUpIsOver(value, time)
  7300. {
  7301.     if (value) {
  7302.     volumeUpColor[1] = .2;
  7303.     volumeUpColor[2] = .33;
  7304.     } else {
  7305.     volumeUpColor[1] = 0;
  7306.     volumeUpColor[2] = 0;
  7307.     }
  7308. }
  7309.  
  7310. function volumeDownIsOver(value, time)
  7311. {
  7312.     if (value) {
  7313.     volumeDownColor[1] = .2;
  7314.     volumeDownColor[2] = .33;
  7315.     } else {
  7316.     volumeDownColor[1] = 0;
  7317.     volumeDownColor[2] = 0;
  7318.     }
  7319. }
  7320. "
  7321. }
  7322. DEF POWER-SUPPLY-COVER Transform {
  7323.   children    [
  7324.     Group {
  7325.       children    [
  7326.     DEF POWER-COVER-ANIMATION Group {
  7327.       children    DEF Time_109 TimeSensor {
  7328.         cycleInterval    4.5
  7329.         startTime    0
  7330.       }
  7331.  
  7332.     }
  7333.     DEF POWER-SUPPLY-COVERTranslationInterp PositionInterpolator {
  7334.       key    [ 0, 0.0222222, 0.0444445, 0.0666667,
  7335.             0.0888889, 0.111111, 0.133333, 0.155556,
  7336.             0.177778, 0.2, 0.222222, 0.244445,
  7337.             0.266667, 0.288889, 0.31358, 0.338272,
  7338.             0.362963, 0.387654, 0.412346, 0.437037,
  7339.             0.461728, 0.48642, 0.511111, 0.535043,
  7340.             0.558974, 0.582906, 0.606838, 0.630769,
  7341.             0.654701, 0.678632, 0.702564, 0.726496,
  7342.             0.750427, 0.774359, 0.79829, 0.822222,
  7343.             0.844444, 0.866667, 0.888889, 0.911111,
  7344.             0.933333, 0.955556, 0.977778, 1 ]
  7345.       keyValue    [ -172.854 238.457 39.6217,
  7346.             -172.854 238.457 33.2979,
  7347.             -172.854 238.457 26.9741,
  7348.             -172.854 238.457 17.9256,
  7349.             -172.141 238.483 6.06688,
  7350.             -170.318 238.551 -6.68592,
  7351.             -167.862 238.641 -20.0547,
  7352.             -165.247 238.738 -33.7615,
  7353.             -162.949 238.822 -47.528,
  7354.             -161.443 238.878 -61.0763,
  7355.             -161.205 238.887 -74.1282,
  7356.             -162.711 238.831 -86.4057,
  7357.             -166.435 238.694 -97.6307,
  7358.             -172.854 238.457 -107.525,
  7359.             -183.624 238.671 -116.821,
  7360.             -197.83 239.675 -124.624,
  7361.             -214.734 241.038 -131.259,
  7362.             -233.594 242.329 -137.052,
  7363.             -253.67 243.117 -142.329,
  7364.             -274.223 242.97 -147.417,
  7365.             -294.512 241.457 -152.641,
  7366.             -313.797 238.147 -158.327,
  7367.             -331.337 232.61 -164.801,
  7368.             -347.522 225.259 -171.811,
  7369.             -364.132 216.525 -179.246,
  7370.             -381.003 206.626 -186.998,
  7371.             -397.968 195.781 -194.959,
  7372.             -414.861 184.209 -203.02,
  7373.             -431.518 172.128 -211.076,
  7374.             -447.772 159.757 -219.016,
  7375.             -463.458 147.314 -226.735,
  7376.             -478.41 135.018 -234.123,
  7377.             -492.462 123.089 -241.074,
  7378.             -505.449 111.744 -247.478,
  7379.             -517.205 101.202 -253.229,
  7380.             -527.564 91.6817 -258.219,
  7381.             -534.393 84.109 -261.47,
  7382.             -537.598 77.7934 -262.996,
  7383.             -538.016 72.4449 -263.195,
  7384.             -536.483 67.7733 -262.465,
  7385.             -533.835 63.4886 -261.205,
  7386.             -530.909 59.3005 -259.811,
  7387.             -528.54 54.919 -258.683,
  7388.             -527.564 50.0541 -258.219 ]
  7389.     }
  7390.     DEF POWER-SUPPLY-COVERRotationInterp OrientationInterpolator {
  7391.       key    [ 0, 0.0222222, 0.0444445, 0.0666667,
  7392.             0.0888889, 0.111111, 0.133333, 0.155556,
  7393.             0.177778, 0.2, 0.222222, 0.244445,
  7394.             0.266667, 0.288889, 0.31358, 0.338272,
  7395.             0.362963, 0.387654, 0.412346, 0.437037,
  7396.             0.461728, 0.48642, 0.511111, 0.535043,
  7397.             0.558974, 0.582906, 0.606838, 0.630769,
  7398.             0.654701, 0.678632, 0.702564, 0.726496,
  7399.             0.750427, 0.774359, 0.79829, 0.822222,
  7400.             0.844444, 0.866667, 0.888889, 0.911111,
  7401.             0.933333, 0.955556, 0.977778, 1 ]
  7402.       keyValue    [ 0 1 0  3.14159,
  7403.             -0.000995546 0.999982 -0.00597324  3.13168,
  7404.             -0.0019911 0.999927 -0.0119466  3.12178,
  7405.             -2.91394e-14 1 -7.10543e-15  3.14159,
  7406.             0.00072994 0.999965 0.00832967  3.15807,
  7407.             0.000556233 0.999848 0.017436  3.18003,
  7408.             -2.85929e-05 0.999617 0.0276838  3.20631,
  7409.             -0.000525458 0.999222 0.0394358  3.23571,
  7410.             -0.000429619 0.998592 0.0530532  3.26701,
  7411.             0.000768995 0.997624 0.068896  3.29897,
  7412.             0.00358536 0.996174 0.0873217  3.33033,
  7413.             0.00853792 0.99404 0.108681  3.3598,
  7414.             0.0161451 0.990943 0.133308  3.3861,
  7415.             0.0269185 0.986504 0.16151  3.4079,
  7416.             0.0439388 0.978823 0.199938  3.42605,
  7417.             0.06616 0.966893 0.246455  3.43878,
  7418.             0.0920192 0.950087 0.298106  3.44719,
  7419.             0.119922 0.928309 0.351938  3.45251,
  7420.             0.1483 0.902154 0.405124  3.4561,
  7421.             0.175672 0.872939 0.455101  3.45958,
  7422.             0.200704 0.84264 0.499676  3.46478,
  7423.             0.222236 0.813743 0.53706  3.47381,
  7424.             0.239268 0.789049 0.56582  3.48895,
  7425.             0.248807 0.774997 0.580926  3.50459,
  7426.             0.257442 0.76274 0.593254  3.52468,
  7427.             0.265255 0.752179 0.603214  3.54837,
  7428.             0.272316 0.743174 0.611176  3.57478,
  7429.             0.278679 0.73556 0.617487  3.60304,
  7430.             0.284387 0.729149 0.622467  3.63224,
  7431.             0.289474 0.723738 0.626425  3.66147,
  7432.             0.293965 0.71911 0.629655  3.68982,
  7433.             0.29788 0.715036 0.632448  3.71636,
  7434.             0.301234 0.71128 0.63509  3.7402,
  7435.             0.304041 0.707594 0.637864  3.76042,
  7436.             0.306312 0.703724 0.64105  3.77612,
  7437.             0.308058 0.699409 0.644924  3.78644,
  7438.             0.308806 0.692907 0.651551  3.79185,
  7439.             0.306727 0.688244 0.657449  3.78623,
  7440.             0.302598 0.685087 0.662639  3.77249,
  7441.             0.297197 0.683077 0.667143  3.75354,
  7442.             0.291294 0.681843 0.670998  3.73229,
  7443.             0.285638 0.681025 0.674252  3.71165,
  7444.             0.280965 0.680271 0.676971  3.69455,
  7445.             0.277999 0.679234 0.679233  3.6839 ]
  7446.     }
  7447.       ]
  7448.     }
  7449.     DEF DefaultTouchSensor_112 TouchSensor {
  7450.       enabled    TRUE
  7451.     }
  7452.     DEF PWRCOVER-LOGIC Script {
  7453.       eventOut      SFFloat      fractionOut
  7454.       eventOut      SFTime      startPwrSupplyTimer
  7455.       eventOut      SFBool      pwrSupplyTriggerEnable
  7456.       eventOut      SFBool      pwrCoverRemovedState
  7457.       eventOut      SFTime      startPwrCoverTimer
  7458.       eventIn      SFBool      timerActive
  7459.       eventIn      SFFloat      fractionIn
  7460.       eventIn      SFBool      pwrSupplyRemoved
  7461.       eventIn      SFBool      pwrTimerRunning
  7462.       eventIn      SFTime      pwrCoverTouchedTime
  7463.       field      SFBool      moduleRemoved    TRUE
  7464.       field      SFBool      pwrSupplyRemovedStatus    TRUE
  7465.       field      SFBool      animateBoth    FALSE
  7466.       url    "vrmlscript:
  7467. function timerActive(value, time)
  7468. {
  7469.     if (!value) moduleRemoved = !moduleRemoved;
  7470.     pwrCoverRemovedState = moduleRemoved;
  7471.     if (!moduleRemoved || value) pwrSupplyTriggerEnable = FALSE;
  7472.     else if (moduleRemoved && !value) pwrSupplyTriggerEnable = TRUE;
  7473. }
  7474.  
  7475. function fractionIn(value, time)
  7476. {
  7477.    if (!moduleRemoved) fractionOut = value;
  7478.         else fractionOut = 1-value;
  7479. }
  7480.  
  7481. function pwrSupplyRemoved(value, time)
  7482. {
  7483.    pwrSupplyRemovedStatus = value;  
  7484. }
  7485.  
  7486. function pwrTimerRunning(value, time)
  7487. {
  7488.     if (!value && animateBoth) {
  7489.         startPwrCoverTimer = time;
  7490.         animateBoth = FALSE;
  7491.     }
  7492. }
  7493.  
  7494. function pwrCoverTouchedTime(value, time)
  7495. {
  7496.     if (pwrSupplyRemovedStatus) {
  7497.         startPwrSupplyTimer = time;
  7498.         animateBoth = TRUE;
  7499.     } else startPwrCoverTimer = value;
  7500. }
  7501.  
  7502. "
  7503.     }
  7504.     DEF PWRCOVER-TREE Transform {
  7505.       children    Shape {
  7506.     appearance    Appearance {
  7507.       material    DEF _114 Material {
  7508.         ambientIntensity    0.2
  7509.         diffuseColor    0 0.124 0.2
  7510.         specularColor    0.0768561 0.0957447 0.0957447
  7511.         emissiveColor    0 0 0
  7512.         shininess    0.133333
  7513.         transparency    0
  7514.       }
  7515.  
  7516.       texture    ImageTexture {
  7517.         url    "Textures/powerSupplyCover.256.rgba.gz"
  7518.       }
  7519.  
  7520.       textureTransform    TextureTransform {
  7521.         translation    0 0
  7522.         rotation    0
  7523.         scale    0.198853 0.693618
  7524.         center    0.5 0.5
  7525.       }
  7526.  
  7527.     }
  7528.  
  7529.     geometry    IndexedFaceSet {
  7530.       coord    Coordinate {
  7531.         point    [ -10 10 7.61861,
  7532.               -10 -10 9.35883,
  7533.               16.8939 10 7.92792,
  7534.               16.8939 -10 10.2329,
  7535.               10 10 -10.8703,
  7536.               10 -10 -10.8703,
  7537.               -10 10 -10.8703,
  7538.               -10 -10 -10.8703,
  7539.               44.7167 10 -3.26529,
  7540.               44.7167 -10 -0.745493,
  7541.               44.7167 -10 -10.8703,
  7542.               44.7167 10 -10.8703,
  7543.               -12.9649 10 -10.8703,
  7544.               -12.9649 -10 -10.8703,
  7545.               -12.9649 -10 4.22023,
  7546.               -12.9649 10 2.48973,
  7547.               31.1217 9.99628 2.43926,
  7548.               31.1055 -10.0037 4.87326,
  7549.               44.7167 -2.00641 -1.7526,
  7550.               44.7167 -7.64441 -1.04227,
  7551.               43.405 -7.64078 -0.500208,
  7552.               43.4049 -2.00276 -1.20823,
  7553.               41.208 10 -10.8703,
  7554.               41.2078 -10 -10.8703,
  7555.               10 -2.0423 -10.8703,
  7556.               41.2079 -2.0423 -10.8703,
  7557.               41.2079 -7.42243 -10.8703,
  7558.               10 -7.42243 -10.8703,
  7559.               31.5191 -7.42243 -10.8703,
  7560.               31.5191 -2.0423 -10.8703,
  7561.               -10 10 -10.8703,
  7562.               10 10 -10.8703,
  7563.               -10 -10 9.35883,
  7564.               -10 -10 -10.8703,
  7565.               10 -10 -10.8703,
  7566.               16.8939 -10 10.2329,
  7567.               16.8939 -10 10.2329,
  7568.               44.7167 10 -3.26529,
  7569.               44.7167 10 -10.8703,
  7570.               -10 -10 9.35883,
  7571.               -10 10 7.61861,
  7572.               -12.9649 10 -10.8703,
  7573.               -12.9649 10 2.48973,
  7574.               16.8939 10 7.92792,
  7575.               31.112 -1.96854 3.89538,
  7576.               31.1075 -7.60673 4.58155,
  7577.               41.208 10 -10.8703 ]
  7578.       }
  7579.  
  7580.       color    NULL
  7581.  
  7582.       coordIndex    [ 31, 2, 16, -1, 16, 37, 4, -1,
  7583.             24, 46, 25, -1, 24, 31, 46, -1,
  7584.             4, 5, 7, -1, 11, 25, 46, -1,
  7585.             27, 29, 28, -1, 27, 24, 29, -1,
  7586.             23, 34, 27, -1, 23, 27, 28, -1,
  7587.             11, 10, 23, -1, 23, 28, 26, -1,
  7588.             11, 23, 26, -1, 11, 26, 25, -1,
  7589.             4, 7, 6, -1, 13, 30, 33, -1,
  7590.             13, 12, 30, -1, 0, 1, 3, 2,
  7591.             -1, 36, 17, 45, 44, 16, 43, -1,
  7592.             16, 44, 21, 18, 8, -1, 9, 19,
  7593.             20, 45, 17, -1, 44, 45, 28, 29,
  7594.             -1, 28, 45, 20, 26, -1, 25, 26,
  7595.             20, 21, -1, 44, 29, 25, 21, -1,
  7596.             21, 20, 19, 18, -1, 8, 9, 10,
  7597.             11, -1, 36, 34, 10, 9, 17, -1,
  7598.             34, 35, 32, 33, -1, 14, 13, 33,
  7599.             39, -1, 15, 14, 39, 40, -1, 12,
  7600.             13, 14, 15, -1, 4, 2, 37, 38,
  7601.             22, -1, 2, 31, 30, 0, -1, 0,
  7602.             6, 41, 42, -1 ]
  7603.       colorIndex    [  ]
  7604.       normal    NULL
  7605.  
  7606.       texCoord    TextureCoordinate {
  7607.         point    [ -1.95368 0.994213,
  7608.               -1.94363 -0.069356,
  7609.               0.479323 0.999977,
  7610.               0.419974 -0.070713,
  7611.               2.95239 0.354451,
  7612.               -0.205088 -0.0452864,
  7613.               -0.781908 -0.0511924,
  7614.               2.95759 0.067993,
  7615.               -0.775041 -0.0216624,
  7616.               -0.170754 -0.0137877,
  7617.               1 0.397885,
  7618.               1 0.137869,
  7619.               0.466978 1.00416,
  7620.               1.7692 1.00373,
  7621.               -1.96818 0.998188,
  7622.               -1.96818 -0.0671592,
  7623.               0.419974 -0.070713,
  7624.               0.457569 1.00312,
  7625.               1.77366 0.357007,
  7626.               0.421345 -0.070478,
  7627.               1.77079 -0.0648712,
  7628.               1.77731 0.0640857,
  7629.               1.76918 1.00308,
  7630.               1.77341 0.358374,
  7631.               2.71182 0.35595,
  7632.               2.95277 0.354738,
  7633.               2.94854 1.00429,
  7634.               2.95499 -0.0625545,
  7635.               2.95759 0.067993,
  7636.               2.69478 0.066501,
  7637.               1.77625 0.063517,
  7638.               1.77105 -0.0655385,
  7639.               2.70519 0.355197,
  7640.               2.69999 0.067247,
  7641.               2.79986 0.069699,
  7642.               2.72886 0.0764832,
  7643.               2.72098 0.347852,
  7644.               2.8038 0.367074,
  7645.               2.81705 0.363783,
  7646.               2.81705 0.0743886,
  7647.               2.72778 0.0881693,
  7648.               2.72778 0.344096,
  7649.               0.887451 -0.0437314,
  7650.               0.886748 -0.0177251,
  7651.               0.845547 -0.0531611,
  7652.               0.824946 -0.0157564,
  7653.               2.65506 0.98055,
  7654.               2.65506 0.410887,
  7655.               2.84431 0.415819,
  7656.               2.85291 0.98055,
  7657.               2.13034 0.805459,
  7658.               2.41421 0.756137,
  7659.               2.79269 0.96822,
  7660.               2.67226 0.975618,
  7661.               2.50023 0.928762,
  7662.               2.42281 0.758603,
  7663.               2.13034 0.802993,
  7664.               1.72606 0.618037,
  7665.               1.97551 0.576114,
  7666.               2.67226 0.955889,
  7667.               2.68087 0.588444,
  7668.               2.86151 0.588444,
  7669.               2.86151 0.953423,
  7670.               2.36222 0.954699,
  7671.               2.34895 0.58769,
  7672.               2.68392 0.58769,
  7673.               2.67065 0.95565,
  7674.               1.97526 0.575683,
  7675.               1.72763 0.617732,
  7676.               1.67811 0.593704,
  7677.               1.84764 0.565854,
  7678.               2.36208 0.706455,
  7679.               2.50212 0.791768,
  7680.               1.88071 0.78424,
  7681.               1.88509 0.706455,
  7682.               1.80378 0.770599,
  7683.               1.80378 0.706615,
  7684.               1.88474 0.70536,
  7685.               1.87818 0.784399,
  7686.               2.50172 0.79154,
  7687.               2.36332 0.706031,
  7688.               2.79043 0.703295,
  7689.               2.85486 0.728606,
  7690.               2.74032 0.751864 ]
  7691.       }
  7692.  
  7693.       texCoordIndex    [ 2, 2, 0, -1, 0, 2, 0, -1,
  7694.             10, 2, 10, -1, 10, 2, 2, -1,
  7695.             0, 1, 3, -1, 2, 10, 2, -1,
  7696.             11, 10, 11, -1, 11, 10, 10, -1,
  7697.             3, 3, 11, -1, 3, 11, 11, -1,
  7698.             2, 3, 3, -1, 3, 11, 11, -1,
  7699.             2, 3, 11, -1, 2, 11, 10, -1,
  7700.             0, 3, 2, -1, 1, 0, 1, -1,
  7701.             1, 0, 0, -1, 14, 15, 16, 17,
  7702.             -1, 19, 20, 21, 18, 13, 12, -1,
  7703.             22, 23, 24, 25, 26, -1, 27, 28,
  7704.             29, 30, 31, -1, 38, 39, 40, 41,
  7705.             -1, 44, 6, 8, 45, -1, 34, 35,
  7706.             36, 37, -1, 5, 42, 43, 9, -1,
  7707.             32, 33, 7, 4, -1, 46, 47, 48,
  7708.             49, -1, 79, 80, 81, 82, 83, -1,
  7709.             71, 72, 73, 74, -1, 75, 76, 77,
  7710.             78, -1, 59, 60, 61, 62, -1, 63,
  7711.             64, 65, 66, -1, 50, 51, 52, 53,
  7712.             54, -1, 55, 56, 57, 58, -1, 67,
  7713.             68, 69, 70, -1 ]
  7714.       solid    TRUE
  7715.       creaseAngle    1.10026
  7716.     }
  7717.  
  7718.       }
  7719.  
  7720.     }
  7721.   ]
  7722.   translation    -527.564 50.0541 -258.219
  7723.   rotation    0.277999 0.679234 0.679233  3.6839
  7724.   scale    2.00434 4.85432 1.10761
  7725.   scaleOrientation    0 0 1  0
  7726.   center    15.8759 -0.00185013 -0.3187
  7727. }
  7728. DEF SGI-LOGO Transform {
  7729.   children    Shape {
  7730.     appearance    Appearance {
  7731.       material    Material {
  7732.     ambientIntensity    0.25
  7733.     diffuseColor    0.8 0.8 0.8
  7734.     specularColor    0 0 0
  7735.     emissiveColor    0.297872 0.297872 0.297872
  7736.     shininess    0.2
  7737.     transparency    0
  7738.       }
  7739.  
  7740.       texture    ImageTexture {
  7741.     url    "Textures/sgiLogo.rgba.gz"
  7742.     repeatS    TRUE
  7743.     repeatT    TRUE
  7744.       }
  7745.  
  7746.       textureTransform    NULL
  7747.  
  7748.     }
  7749.  
  7750.     geometry    IndexedFaceSet {
  7751.       coord    Coordinate {
  7752.     point    [ -0.5 -0.5 0,
  7753.           0.5 -0.5 0,
  7754.           0.5 0.5 0,
  7755.           -0.5 0.5 0 ]
  7756.       }
  7757.  
  7758.       color    NULL
  7759.  
  7760.       coordIndex    [ 0, 1, 2, 3, -1 ]
  7761.       colorIndex    [  ]
  7762.       normal    NULL
  7763.  
  7764.       texCoord    TextureCoordinate {
  7765.     point    [ 0 0,
  7766.           1 0,
  7767.           1 1,
  7768.           0 1 ]
  7769.       }
  7770.  
  7771.       solid    TRUE
  7772.     }
  7773.  
  7774.   }
  7775.  
  7776.   translation    -126.772 268.724 312.643
  7777.   rotation    -0.944649 0.327831 0.0128381  0.119304
  7778.   scale    55.8191 55.8193 55.8192
  7779.   scaleOrientation    -0.99987 -0.0158275 -0.00302899  0.511686
  7780. }
  7781. DEF O2-LOGO Transform {
  7782.   children    Shape {
  7783.     appearance    Appearance {
  7784.       material    Material {
  7785.     ambientIntensity    0
  7786.     diffuseColor    0 0 0
  7787.     specularColor    0 0 0
  7788.     emissiveColor    0.308511 0.308511 0.308511
  7789.     shininess    0.2
  7790.     transparency    0
  7791.       }
  7792.  
  7793.       texture    ImageTexture {
  7794.     url    "Textures/o2Logo.rgba.gz"
  7795.     repeatS    TRUE
  7796.     repeatT    TRUE
  7797.       }
  7798.  
  7799.       textureTransform    NULL
  7800.  
  7801.     }
  7802.  
  7803.     geometry    IndexedFaceSet {
  7804.       coord    Coordinate {
  7805.     point    [ -1 -0.5 0,
  7806.           1 -0.5 0,
  7807.           1 0.5 0,
  7808.           -1 0.5 0 ]
  7809.       }
  7810.  
  7811.       color    NULL
  7812.  
  7813.       coordIndex    [ 0, 1, 2, 3, -1 ]
  7814.       colorIndex    [  ]
  7815.       normal    NULL
  7816.  
  7817.       texCoord    TextureCoordinate {
  7818.     point    [ 0 0,
  7819.           1 0,
  7820.           1 1,
  7821.           0 1 ]
  7822.       }
  7823.  
  7824.       solid    TRUE
  7825.     }
  7826.  
  7827.   }
  7828.  
  7829.   translation    -184.609 58.4182 307.195
  7830.   rotation    -0.50101 -0.865442 1.4324e-06  0.312604
  7831.   scale    17.4169 17.4169 17.4164
  7832.   scaleOrientation    0.00164767 -0.0023065 0.999996  4.71238
  7833. }
  7834. DEF WHITE-MAINLIGHT SpotLight {
  7835.   on    TRUE
  7836.   location    -511.426 464.214 535.209
  7837.   direction    0.492859 -0.261722 -0.829814
  7838.   beamWidth    1.5708
  7839.   cutOffAngle    1.5708
  7840.   radius    110.146
  7841.   attenuation    0.4 0 0
  7842. }
  7843. DEF RIM-LIGHT-TREE Transform {
  7844.   children    [
  7845.     Group {
  7846.       children    [
  7847.     DEF LIGHTING-ANIMATION Group {
  7848.       children    DEF Time_115 TimeSensor {
  7849.         cycleInterval    6
  7850.         loop    FALSE
  7851.         startTime    0
  7852.         stopTime    0
  7853.       }
  7854.  
  7855.     }
  7856.     DEF PURPLE-RIMLIGHTIntensityInterp ScalarInterpolator {
  7857.       key    [ 0, 0.5, 0.75, 1 ]
  7858.       keyValue    [ 1, 1, 0, 1 ]
  7859.     }
  7860.       ]
  7861.     }
  7862.     DEF DefaultTouchSensor TouchSensor {
  7863.     }
  7864.     DEF PURPLE-RIMLIGHT SpotLight {
  7865.       on    TRUE
  7866.       intensity    1
  7867.       ambientIntensity    0
  7868.       color    1 0.175252 0.888813
  7869.       location    64.5972 411.116 109.731
  7870.       direction    0.108318 -0.931711 0.346678
  7871.       beamWidth    1.5708
  7872.       cutOffAngle    1.5708
  7873.       radius    80.1812
  7874.       attenuation    0.4 0 0
  7875.     }
  7876.   ]
  7877. }
  7878. DEF FRONT-PANEL-CURTAIN Transform {
  7879.   children    Shape {
  7880.     appearance    Appearance {
  7881.       material    Material {
  7882.     ambientIntensity    0
  7883.     diffuseColor    0 0 0
  7884.     specularColor    0 0 0
  7885.     emissiveColor    0 0 0
  7886.     shininess    0
  7887.     transparency    0
  7888.       }
  7889.  
  7890.       texture    NULL
  7891.  
  7892.       textureTransform    NULL
  7893.  
  7894.     }
  7895.  
  7896.     geometry    IndexedFaceSet {
  7897.       coord    Coordinate {
  7898.     point    [ 10 10 -10,
  7899.           10 -10 -10,
  7900.           -10 -10 -10,
  7901.           -10 10 -10 ]
  7902.       }
  7903.  
  7904.       color    NULL
  7905.  
  7906.       coordIndex    [ 0, 1, 2, 3, -1 ]
  7907.       normal    NULL
  7908.  
  7909.       ccw    TRUE
  7910.       solid    TRUE
  7911.       convex    TRUE
  7912.       creaseAngle    0.5
  7913.     }
  7914.  
  7915.   }
  7916.  
  7917.   translation    -144.474 86.0203 293.44
  7918.   rotation    -0.0739451 0.997254 -0.00397147  3.03457
  7919.   scale    7.4495 0.742817 0.182909
  7920.   scaleOrientation    0 0 1  0
  7921. }
  7922. DEF VIEWPOINTS Transform {
  7923.   children    [
  7924.     DEF ENTRY Viewpoint {
  7925.       position    193.856 134.748 703.259
  7926.       orientation    0.138415 0.988609 -0.0591054  0.836217
  7927.       fieldOfView    0.785398
  7928.       description    "Entry"
  7929.     }
  7930.     DEF BOOTME Viewpoint {
  7931.       position    -66.1391 40.0574 444.077
  7932.       orientation    0.347859 0.926201 -0.145414  0.823534
  7933.       fieldOfView    0.785398
  7934.       description    "Boot Me!"
  7935.     }
  7936.     DEF CDROM-TRAY-VIEW Viewpoint {
  7937.       position    142.043 485.805 456.581
  7938.       orientation    -0.524692 0.79606 0.301639  1.14206
  7939.       fieldOfView    0.785398
  7940.       description    "CDROM Tray"
  7941.     }
  7942.     DEF OOBE-CDROM Viewpoint {
  7943.       position    -182.104 397.906 413.406
  7944.       orientation    -0.899983 -0.428078 -0.0823435  0.855316
  7945.       fieldOfView    0.785398
  7946.       description    "OOBE CDROM"
  7947.     }
  7948.     DEF DISSOLVE-ME Viewpoint {
  7949.       position    -334.679 480.061 621.254
  7950.       orientation    -0.660358 -0.7368 -0.145096  0.798935
  7951.       fieldOfView    0.785398
  7952.       description    "Dissolve Me!"
  7953.     }
  7954.     DEF ANTS-VIEW Viewpoint {
  7955.       position    -334.478 68.8499 632.487
  7956.       orientation    0.95171 0.306995 -0.00146015  0.293231
  7957.       fieldOfView    0.785398
  7958.       description    "Ant's View"
  7959.     }
  7960.     DEF AV-VIEW Viewpoint {
  7961.       position    -310.065 137.754 170.598
  7962.       orientation    -0.315911 -0.943518 -0.0998672  0.829289
  7963.       fieldOfView    0.785398
  7964.       description    "AV Module View"
  7965.     }
  7966.     DEF ASSEMBLY-VIEW Viewpoint {
  7967.       position    -590.036 344.327 -679.653
  7968.       orientation    0.0593406 0.982175 0.178354  3.72997
  7969.       fieldOfView    0.785398
  7970.       description    "Assembly View"
  7971.     }
  7972.     DEF MODULES Viewpoint {
  7973.       position    -626.602 151.518 -439.765
  7974.       orientation    0.0374499 0.994846 0.0942323  4.09704
  7975.       fieldOfView    0.785398
  7976.       description    "Modules"
  7977.     }
  7978.     DEF FISHEYE Viewpoint {
  7979.       position    -126.579 148.153 -447.469
  7980.       orientation    0.0102521 0.997659 0.067606  3.10879
  7981.       fieldOfView    1.1558
  7982.       description    "Fisheye"
  7983.     }
  7984.     DEF MOTHERBOARD Viewpoint {
  7985.       position    49.373 118.006 -282.568
  7986.       orientation    0.00194079 0.998995 -0.044782  3.21591
  7987.       fieldOfView    0.950011
  7988.       description    "Motherboard"
  7989.     }
  7990.     DEF POSTERIOR Viewpoint {
  7991.       position    -130.602 133.038 -207.809
  7992.       orientation    0.000432147 0.998719 -0.0505994  3.19165
  7993.       fieldOfView    0.980336
  7994.       description    "Posterior View"
  7995.     }
  7996.     DEF SPORTY Viewpoint {
  7997.       position    75.0698 431.819 -6.21216
  7998.       orientation    -0.0717938 0.964957 0.252397  2.42451
  7999.       fieldOfView    0.785398
  8000.       description    "Sporty"
  8001.     }
  8002.     DEF PROFILE Viewpoint {
  8003.       position    286.613 49.38 500.625
  8004.       orientation    0.214837 0.965844 -0.144883  1.17453
  8005.       fieldOfView    0.785398
  8006.       description    "Profile"
  8007.     }
  8008.     DEF MTV Viewpoint {
  8009.       position    32.4009 124.764 658.231
  8010.       orientation    0.298342 0.932759 0.20237  0.780208
  8011.       fieldOfView    0.950011
  8012.       description    "MTV"
  8013.     }
  8014.     DEF SAMBO-FX Viewpoint {
  8015.       position    -130.031 52.9049 445.044
  8016.       orientation    0.683138 0.635336 0.360097  0.945588
  8017.       fieldOfView    1.71704
  8018.       description    "sAmbO FX"
  8019.     }
  8020.     DEF SAMBO-FX-AGAIN Viewpoint {
  8021.       position    -301.394 53.4624 551.791
  8022.       orientation    0.827214 0.400364 0.39424  0.631653
  8023.       fieldOfView    1.71704
  8024.       description    "sAmbO FX again"
  8025.     }
  8026.     DEF MONITOR-CLOSEUP Viewpoint {
  8027.       position    -613.784 86.3679 643.506
  8028.       orientation    0.549125 -0.821042 -0.156052  0.524823
  8029.       fieldOfView    0.950011
  8030.       description    "Monitor Closeup"
  8031.     }
  8032.     DEF FLYOVER-WEST Viewpoint {
  8033.       position    -1520.62 955.428 -146.25
  8034.       orientation    0.252648 0.922231 0.292674  4.40706
  8035.       fieldOfView    0.785398
  8036.       description    "Flyover West"
  8037.     }
  8038.     DEF SNEAKY Viewpoint {
  8039.       position    -528.382 84.0602 -335.002
  8040.       orientation    0.0310969 0.998119 0.0528385  3.77828
  8041.       fieldOfView    1.76201
  8042.       description    "Sneaky"
  8043.     }
  8044.     DEF FLYOVER-EAST Viewpoint {
  8045.       position    104.757 485.884 -592.271
  8046.       orientation    -0.0161794 0.966148 0.257479  2.90795
  8047.       fieldOfView    1.01425
  8048.       description    "Flyover East"
  8049.     }
  8050.     DEF BIRDS-EYE-VIEW Viewpoint {
  8051.       position    223.624 1123.42 258.87
  8052.       orientation    -0.467603 0.753413 0.462294  1.82032
  8053.       fieldOfView    0.822344
  8054.       description    "Bird's Eye View"
  8055.     }
  8056.     DEF FAREWELL Viewpoint {
  8057.       position    -162.088 186.964 1161.93
  8058.       orientation    0.548496 0.806196 -0.22181  0.0842882
  8059.       fieldOfView    0.822344
  8060.       description    "Farewell"
  8061.     }
  8062.   ]
  8063. }
  8064. DEF BACKLIGHT-ANIMATION-TREE Transform {
  8065.   children    [
  8066.     Group {
  8067.       children    [
  8068.     DEF BACKLIGHT-ANIMATION Group {
  8069.       children    DEF Time_118 TimeSensor {
  8070.         cycleInterval    3
  8071.         startTime    0
  8072.       }
  8073.  
  8074.     }
  8075.     DEF WHITE-BACKLIGHTIntensityInterp ScalarInterpolator {
  8076.       key    [ 0, 0.333333, 1 ]
  8077.       keyValue    [ 0, 0.592233, 1 ]
  8078.     }
  8079.       ]
  8080.     }
  8081.     DEF BACKLIGHT-LOGIC Script {
  8082.       eventOut      SFBool      backLightEnable
  8083.       eventOut      SFBool      rimLightEnable
  8084.       eventOut      SFFloat      fractionOut
  8085.       eventOut      SFTime      backLightStartTime
  8086.       eventOut      SFTime      rimLightStartTime
  8087.       eventOut      SFTime      rimLightStopTime
  8088.       eventIn      SFFloat      fractionIn
  8089.       eventIn      SFBool      timerActive
  8090.       eventIn      SFTime      proxEnterTime
  8091.       eventIn      SFTime      proxExitTime
  8092.       field      SFBool      backLightOnStatus    FALSE
  8093.       field      SFBool      rimLightOnStatus    TRUE
  8094.       field      SFBool      backLightTimerActive    FALSE
  8095.       url    "vrmlscript:
  8096.  
  8097. function timerActive(value, time)
  8098. {
  8099.     if (value) backLightTimerActive = TRUE;
  8100.     else {  backLightTimerActive = FALSE;
  8101.         if (!backLightOnStatus) {
  8102.                 backLightOnStatus = FALSE;
  8103.                 backLightEnable = backLightOnStatus;    
  8104.         }
  8105.       }    
  8106. }
  8107.  
  8108. function fractionIn(value, time)
  8109. {
  8110.     if (backLightOnStatus) fractionOut = value;
  8111.         else fractionOut = 1-value;
  8112. }
  8113.  
  8114. function proxEnterTime(value, time)
  8115. {
  8116.     backLightOnStatus = TRUE;
  8117.     backLightEnable = backLightOnStatus;
  8118.     backLightStartTime = value;
  8119.     rimLightOnStatus = FALSE;
  8120.     rimLightEnable = rimLightOnStatus;
  8121.     rimLightStopTime = value;
  8122. }
  8123.  
  8124. function proxExitTime(value, time)
  8125. {
  8126.     rimLightOnStatus = TRUE;
  8127.     rimLightEnable = rimLightOnStatus;
  8128.     rimLightStartTime = value;
  8129.     if (backLightTimerActive) {
  8130.         backLightOnStatus = FALSE;
  8131.         backLightEnable = backLightOnStatus;        
  8132.     } else {
  8133.     backLightOnStatus = FALSE;
  8134.     backLightStartTime = value;
  8135.       }
  8136. }
  8137. "
  8138.     }
  8139.     DEF WHITE-BACKLIGHT SpotLight {
  8140.       on    TRUE
  8141.       intensity    0
  8142.       ambientIntensity    0
  8143.       location    215.427 473.046 -303.253
  8144.       direction    -0.578639 -0.494421 0.648632
  8145.       beamWidth    0.569675
  8146.       cutOffAngle    1.5708
  8147.       radius    84.1505
  8148.       attenuation    0.5 0 0
  8149.     }
  8150.     DEF BACKLIGHT-TREE Transform {
  8151.       children    DEF BACKLIGHT-PROX ProximitySensor {
  8152.     size    1 1 1
  8153.       }
  8154.  
  8155.       translation    -286.463 610.99 -586.507
  8156.       rotation    -0.564818 -2.33401e-07 0.825216  3.14159
  8157.       scale    1269.96 1163.76 912.635
  8158.       scaleOrientation    0 0 1  0
  8159.       center    0 0 0
  8160.     }
  8161.   ]
  8162. }
  8163. DEF BOOTUP-SHUTDOWN-LOGIC Script {
  8164.   eventOut  SFColor  bootColor
  8165.   eventOut  SFVec3f  bootDisplace
  8166.   eventOut  SFTime  bootUpStartTime
  8167.   eventOut  SFTime  shutDownStartTime
  8168.   eventOut  SFInt32  whichScreen
  8169.   eventOut  SFFloat  screenAlpha
  8170.   eventOut  SFFloat  ambientIntensity
  8171.   eventOut  SFBool  enableSlideShowTimer
  8172.   eventIn  SFBool  bootIsOver
  8173.   eventIn  SFBool  bootIsActive
  8174.   eventIn  SFTime  bootTriggerTime
  8175.   eventIn  SFBool  bootUpTimerActive
  8176.   eventIn  SFBool  shutDownTimerActive
  8177.   eventIn  SFFloat  bootUpFractionIn
  8178.   eventIn  SFFloat  shutDownFractionIn
  8179.   field  SFBool  powerOnStatus    FALSE
  8180.   field  SFBool  bootUpTimerActiveStatus    FALSE
  8181.   field  SFBool  shutDownTimerActiveStatus    FALSE
  8182.   url    "vrmlscript:
  8183. function bootIsOver(value, time)
  8184. {
  8185.     if (value) {
  8186.         bootColor[1] = .2;
  8187.         bootColor[2] = .33;
  8188.     } else {
  8189.         bootColor[1] = 0;
  8190.         bootColor[2] = 0;
  8191.     }
  8192. }
  8193.  
  8194. function bootIsActive(value, time)
  8195. {
  8196.     if (value) {
  8197.     bootDisplace[0] = -161.479;
  8198.     bootDisplace[1] = 80.0417;
  8199.     bootDisplace[2] = 302.219;
  8200.     } else {
  8201.     bootDisplace[0] = -161.479;
  8202.     bootDisplace[1] = 80.0417;
  8203.     bootDisplace[2] = 304.219;
  8204.       }
  8205. }
  8206.  
  8207. function bootTriggerTime(value, time)
  8208. {
  8209.     if (powerOnStatus && !shutDownTimerActiveStatus && !bootUpTimerActiveStatus) {
  8210.     powerOnStatus = FALSE;
  8211.     shutDownStartTime = value;
  8212.     enableSlideShowTimer = FALSE;
  8213.     screenAlpha = 0;
  8214.     } else if (!powerOnStatus && !shutDownTimerActiveStatus && !bootUpTimerActiveStatus) {
  8215.     powerOnStatus = TRUE;
  8216.     bootUpStartTime = value;
  8217.     enableSlideShowTimer = TRUE;
  8218.     screenAlpha = 0;
  8219.     ambientIntensity = 1;
  8220.       }
  8221. }
  8222.  
  8223. function bootUpTimerActive(value, time)
  8224. {
  8225.     if (value) bootUpTimerActiveStatus = TRUE;
  8226.     else bootUpTimerActiveStatus = FALSE;
  8227. }
  8228.  
  8229. function shutDownTimerActive(value, time)
  8230. {
  8231.     if (value)  shutDownTimerActiveStatus = TRUE;
  8232.     else shutDownTimerActiveStatus = FALSE;
  8233. }
  8234.  
  8235. function bootUpFractionIn(value, time)
  8236. {
  8237.     if (value < .5) whichScreen = 2;
  8238.     else if (value < .52) whichScreen = 1;
  8239.         else if (value < .95) whichScreen = 3;
  8240.         else if (value < 1) whichScreen = 4;
  8241. }
  8242.  
  8243. function shutDownFractionIn(value, time)
  8244. {
  8245.     if (value < .9) whichScreen = 13;
  8246.     else if (value < 1) {
  8247.         whichScreen = 1;
  8248.         ambientIntensity = 0;
  8249.     }
  8250. }
  8251.  
  8252. "
  8253. }
  8254. DEF BOOTUP-SOUND-SCRIPT Script {
  8255.   eventOut  SFTime  bootUpStartTime
  8256.   eventIn  SFTime  startTime
  8257.   url    "vrmlscript:
  8258. function startTime(value, time)
  8259. {
  8260.     bootUpStartTime = value + 5;
  8261. }
  8262. "
  8263. }
  8264. DEF SHUTDOWN-SOUND-SCRIPT Script {
  8265.   eventOut  SFTime  shutDownStartTime
  8266.   eventIn  SFTime  startTime
  8267.   url    "vrmlscript:
  8268. function startTime(value, time)
  8269. {
  8270.     shutDownStartTime = value + 7;
  8271. }
  8272. "
  8273. }
  8274. DEF MONITOR-ASSEMBLY Transform {
  8275.   children    [
  8276.     DEF MONITOR-BILLBOARD Transform {
  8277.       children    Billboard {
  8278.     children    DEF MONITOR-BILLBOARD-GROUP Transform {
  8279.       children    Transform {
  8280.         children    [
  8281.           DEF MONITOR Transform {
  8282.         children    Shape {
  8283.           appearance    Appearance {
  8284.             material    Material {
  8285.               ambientIntensity    0
  8286.               diffuseColor    0.43617 0.43617 0.43617
  8287.               specularColor    0 0 0
  8288.               emissiveColor    0 0 0
  8289.               shininess    0
  8290.               transparency    0
  8291.             }
  8292.  
  8293.             texture    NULL
  8294.  
  8295.             textureTransform    NULL
  8296.  
  8297.           }
  8298.  
  8299.           geometry    IndexedFaceSet {
  8300.             coord    Coordinate {
  8301.               point    [ -1119.54 85.2377 277.458,
  8302.                     -895.461 85.2381 321.511,
  8303.                     -1086.09 154.964 285.614,
  8304.                     -894.386 153.583 312.493,
  8305.                     -666.398 85.2384 329.693,
  8306.                     -658.56 85.2381 198.685,
  8307.                     -666.399 479.442 329.692,
  8308.                     -894.361 437.667 312.703,
  8309.                     -694.78 435.162 329.788,
  8310.                     -700.351 432.14 320.611,
  8311.                     -1086.09 435.508 285.613,
  8312.                     -1080.22 157.298 275.323,
  8313.                     -1080.22 432.139 275.323,
  8314.                     -694.78 155.224 329.789,
  8315.                     -700.35 157.298 320.611,
  8316.                     -1119.54 479.441 277.457,
  8317.                     -1088.14 85.2374 147.431,
  8318.                     -1088.15 475.759 147.431,
  8319.                     -998.254 128.61 -136.256,
  8320.                     -683.403 128.611 -98.6181,
  8321.                     -679.759 99.7542 196.11,
  8322.                     -683.403 398.817 -98.6187,
  8323.                     -679.759 466.084 196.109,
  8324.                     -998.254 398.816 -136.256,
  8325.                     -1073.46 466.083 149.166,
  8326.                     -1073.46 99.7535 149.166,
  8327.                     -658.561 475.76 198.684,
  8328.                     -817.69 53.843 163.672,
  8329.                     -796.617 53.8429 109.687,
  8330.                     -796.618 112.12 109.687,
  8331.                     -817.69 112.12 163.672,
  8332.                     -870.742 53.8429 186.943,
  8333.                     -870.742 112.118 186.943,
  8334.                     -924.719 53.8412 165.887,
  8335.                     -924.719 112.118 165.887,
  8336.                     -947.977 53.841 112.823,
  8337.                     -947.977 112.118 112.823,
  8338.                     -926.904 53.8409 58.8323,
  8339.                     -926.904 112.118 58.8322,
  8340.                     -873.9 53.8426 35.5401,
  8341.                     -873.9 112.118 35.5399,
  8342.                     -819.874 53.8427 56.6179,
  8343.                     -819.875 112.12 56.6178 ]
  8344.             }
  8345.  
  8346.             color    Color {
  8347.               color    [ 0.3 0.3 0.3,
  8348.                     0.299465 0.299465 0.299465,
  8349.                     0.240642 0.240642 0.240642,
  8350.                     0.336898 0.336898 0.336898,
  8351.                     0.0748663 0.0748663 0.0748663,
  8352.                     0.0802139 0.0802139 0.0802139,
  8353.                     0.224599 0.224599 0.224599,
  8354.                     0.278075 0.278075 0.278075,
  8355.                     0.31016 0.31016 0.31016,
  8356.                     0.262032 0.262032 0.262032 ]
  8357.             }
  8358.  
  8359.             coordIndex    [ 41, 40, 42, -1, 40, 41, 39, -1,
  8360.                   39, 38, 40, -1, 38, 39, 37, -1,
  8361.                   33, 32, 34, -1, 32, 33, 31, -1,
  8362.                   31, 30, 32, -1, 30, 31, 27, -1,
  8363.                   25, 17, 24, -1, 26, 24, 17, -1,
  8364.                   24, 26, 22, -1, 24, 22, 23, -1,
  8365.                   23, 22, 21, -1, 26, 17, 6, -1,
  8366.                   6, 17, 15, -1, 5, 25, 20, -1,
  8367.                   25, 5, 16, -1, 17, 25, 16, -1,
  8368.                   18, 20, 25, -1, 25, 24, 18, -1,
  8369.                   18, 24, 23, -1, 21, 20, 19, -1,
  8370.                   22, 20, 21, -1, 20, 18, 19, -1,
  8371.                   17, 16, 15, -1, 15, 16, 0, -1,
  8372.                   7, 6, 15, -1, 7, 15, 10, -1,
  8373.                   0, 10, 15, -1, 14, 11, 3, -1,
  8374.                   14, 3, 13, -1, 8, 13, 6, -1,
  8375.                   6, 13, 4, -1, 13, 3, 4, -1,
  8376.                   7, 12, 9, -1, 12, 7, 10, -1,
  8377.                   12, 10, 11, -1, 11, 10, 2, -1,
  8378.                   3, 11, 2, -1, 2, 10, 0, -1,
  8379.                   7, 9, 8, -1, 6, 7, 8, -1,
  8380.                   4, 1, 5, -1, 3, 1, 4, -1,
  8381.                   3, 2, 1, -1, 2, 0, 1, -1,
  8382.                   41, 42, 28, -1, 29, 28, 42, -1,
  8383.                   38, 37, 36, -1, 35, 36, 37, -1,
  8384.                   36, 35, 34, -1, 33, 34, 35, -1,
  8385.                   30, 27, 29, -1, 28, 29, 27, -1,
  8386.                   22, 26, 20, -1, 5, 20, 26, -1,
  8387.                   26, 6, 5, -1, 4, 5, 6, -1,
  8388.                   23, 21, 18, -1, 19, 18, 21, -1,
  8389.                   5, 1, 16, -1, 0, 16, 1, -1,
  8390.                   14, 13, 9, -1, 8, 9, 13, -1 ]
  8391.             colorIndex    [ 9, 5, 5, -1, 5, 9, 9, -1,
  8392.                   9, 5, 5, -1, 5, 9, 9, -1,
  8393.                   9, 9, 5, -1, 9, 9, 9, -1,
  8394.                   9, 5, 9, -1, 5, 9, 9, -1,
  8395.                   2, 0, 1, -1, 0, 1, 0, -1,
  8396.                   1, 0, 0, -1, 1, 1, 0, -1,
  8397.                   0, 1, 0, -1, 0, 0, 0, -1,
  8398.                   0, 0, 0, -1, 2, 2, 2, -1,
  8399.                   2, 2, 2, -1, 0, 2, 2, -1,
  8400.                   3, 4, 4, -1, 2, 1, 0, -1,
  8401.                   0, 1, 0, -1, 0, 2, 0, -1,
  8402.                   1, 2, 0, -1, 4, 3, 3, -1,
  8403.                   0, 0, 0, -1, 0, 0, 0, -1,
  8404.                   0, 0, 0, -1, 0, 0, 0, -1,
  8405.                   0, 0, 0, -1, 0, 0, 0, -1,
  8406.                   0, 0, 0, -1, 0, 0, 0, -1,
  8407.                   0, 0, 0, -1, 0, 0, 0, -1,
  8408.                   0, 7, 7, -1, 7, 0, 7, -1,
  8409.                   7, 7, 0, -1, 0, 7, 0, -1,
  8410.                   0, 0, 0, -1, 0, 0, 0, -1,
  8411.                   0, 7, 7, -1, 0, 0, 0, -1,
  8412.                   6, 6, 0, -1, 0, 0, 0, -1,
  8413.                   0, 0, 0, -1, 0, 0, 0, -1,
  8414.                   9, 5, 9, -1, 5, 9, 5, -1,
  8415.                   5, 9, 5, -1, 9, 5, 9, -1,
  8416.                   5, 9, 5, -1, 9, 5, 9, -1,
  8417.                   5, 9, 5, -1, 9, 5, 9, -1,
  8418.                   0, 0, 2, -1, 2, 2, 0, -1,
  8419.                   0, 0, 0, -1, 0, 0, 0, -1,
  8420.                   0, 0, 8, -1, 8, 8, 0, -1,
  8421.                   0, 6, 0, -1, 6, 0, 6, -1,
  8422.                   0, 0, 7, -1, 0, 7, 0, -1 ]
  8423.             normal    NULL
  8424.  
  8425.             texCoord    NULL
  8426.  
  8427.             normalIndex    -1
  8428.             solid    TRUE
  8429.             creaseAngle    1.13865
  8430.           }
  8431.  
  8432.         }
  8433.  
  8434.         translation    883.119 -247.332 -140.345
  8435.           }
  8436.           DEF MONITOR-SCREEN-TREE Transform {
  8437.         children    [
  8438.           DEF MONITOR-SCREEN-SWITCH Switch {
  8439.             whichChoice    0
  8440.             choice    [
  8441.               Shape {
  8442.             appearance    Appearance {
  8443.               material    DEF MONITOR-SCREEN-MAT Material {
  8444.                 diffuseColor    1 1 1
  8445.                 emissiveColor    1 1 1
  8446.                 transparency    0
  8447.               }
  8448.  
  8449.               texture    ImageTexture {
  8450.                 url    "Textures/splash.jpg"
  8451.               }
  8452.  
  8453.               textureTransform    DEF BOOT-TEX-XFORM TextureTransform {
  8454.                 translation    0 0.137
  8455.                 rotation    0
  8456.                 scale    1 0.99
  8457.                 center    0.5 0.363
  8458.               }
  8459.  
  8460.             }
  8461.  
  8462.             geometry    DEF MONITOR-SCREEN-IFS IndexedFaceSet {
  8463.               coord    Coordinate {
  8464.                 point    [ -1080.22 432.139 275.323,
  8465.                       -1080.22 157.298 275.323,
  8466.                       -700.35 157.298 320.611,
  8467.                       -700.351 432.14 320.611 ]
  8468.               }
  8469.  
  8470.               color    NULL
  8471.  
  8472.               coordIndex    [ 0, 1, 2, -1, 3, 0, 2, -1 ]
  8473.               colorIndex    -1
  8474.               normal    NULL
  8475.  
  8476.               texCoord    NULL
  8477.  
  8478.               ccw    TRUE
  8479.               solid    TRUE
  8480.               convex    TRUE
  8481.               creaseAngle    1.13865
  8482.             }
  8483.  
  8484.               }
  8485.               Shape {
  8486.             appearance    Appearance {
  8487.               material    Material {
  8488.                 diffuseColor    0 0 0
  8489.               }
  8490.  
  8491.               texture    ImageTexture {
  8492.                 url    ""
  8493.               }
  8494.  
  8495.               textureTransform    NULL
  8496.  
  8497.             }
  8498.  
  8499.             geometry    USE MONITOR-SCREEN-IFS
  8500.  
  8501.               }
  8502.               Shape {
  8503.             appearance    Appearance {
  8504.               material    USE MONITOR-SCREEN-MAT
  8505.  
  8506.               texture    ImageTexture {
  8507.                 url    "Textures/screen.startingUp.jpg"
  8508.               }
  8509.  
  8510.               textureTransform    USE BOOT-TEX-XFORM
  8511.  
  8512.             }
  8513.  
  8514.             geometry    USE MONITOR-SCREEN-IFS
  8515.  
  8516.               }
  8517.               Shape {
  8518.             appearance    Appearance {
  8519.               material    USE MONITOR-SCREEN-MAT
  8520.  
  8521.               texture    ImageTexture {
  8522.                 url    "Textures/screen.comingUp.jpg"
  8523.               }
  8524.  
  8525.               textureTransform    USE BOOT-TEX-XFORM
  8526.  
  8527.             }
  8528.  
  8529.             geometry    USE MONITOR-SCREEN-IFS
  8530.  
  8531.               }
  8532.               DEF CLOGIN-TREE Transform {
  8533.             children    [
  8534.               DEF CLOGIN-TRIGGER TouchSensor {
  8535.               }
  8536.               Shape {
  8537.                 appearance    Appearance {
  8538.                   material    USE MONITOR-SCREEN-MAT
  8539.  
  8540.                   texture    ImageTexture {
  8541.                 url    "Textures/screen.clogin.jpg"
  8542.                   }
  8543.  
  8544.                   textureTransform    USE BOOT-TEX-XFORM
  8545.  
  8546.                 }
  8547.  
  8548.                 geometry    USE MONITOR-SCREEN-IFS
  8549.  
  8550.               }
  8551.             ]
  8552.               }
  8553.               Shape {
  8554.             appearance    Appearance {
  8555.               material    USE MONITOR-SCREEN-MAT
  8556.  
  8557.               texture    ImageTexture {
  8558.                 url    "Textures/screen.desktop.jpg"
  8559.               }
  8560.  
  8561.               textureTransform    USE BOOT-TEX-XFORM
  8562.  
  8563.             }
  8564.  
  8565.             geometry    USE MONITOR-SCREEN-IFS
  8566.  
  8567.               }
  8568.               Shape {
  8569.             appearance    Appearance {
  8570.               material    USE MONITOR-SCREEN-MAT
  8571.  
  8572.               texture    ImageTexture {
  8573.                 url    "Textures/screen.entryspace.jpg"
  8574.               }
  8575.  
  8576.               textureTransform    DEF OOBE-TEX-XFORM TextureTransform {
  8577.                 translation    0 0.14
  8578.                 rotation    0
  8579.                 scale    1.00693 1.1
  8580.                 center    0.5 0.36
  8581.               }
  8582.  
  8583.             }
  8584.  
  8585.             geometry    USE MONITOR-SCREEN-IFS
  8586.  
  8587.               }
  8588.               Shape {
  8589.             appearance    Appearance {
  8590.               material    USE MONITOR-SCREEN-MAT
  8591.  
  8592.               texture    ImageTexture {
  8593.                 url    "Textures/screen.courtyard.jpg"
  8594.               }
  8595.  
  8596.               textureTransform    USE OOBE-TEX-XFORM
  8597.  
  8598.             }
  8599.  
  8600.             geometry    USE MONITOR-SCREEN-IFS
  8601.  
  8602.               }
  8603.               Shape {
  8604.             appearance    Appearance {
  8605.               material    USE MONITOR-SCREEN-MAT
  8606.  
  8607.               texture    ImageTexture {
  8608.                 url    "Textures/screen.innovations.jpg"
  8609.               }
  8610.  
  8611.               textureTransform    USE OOBE-TEX-XFORM
  8612.  
  8613.             }
  8614.  
  8615.             geometry    USE MONITOR-SCREEN-IFS
  8616.  
  8617.               }
  8618.               Shape {
  8619.             appearance    Appearance {
  8620.               material    USE MONITOR-SCREEN-MAT
  8621.  
  8622.               texture    ImageTexture {
  8623.                 url    "Textures/screen.cyberAnatomy.jpg"
  8624.               }
  8625.  
  8626.               textureTransform    USE OOBE-TEX-XFORM
  8627.  
  8628.             }
  8629.  
  8630.             geometry    USE MONITOR-SCREEN-IFS
  8631.  
  8632.               }
  8633.               Shape {
  8634.             appearance    Appearance {
  8635.               material    USE MONITOR-SCREEN-MAT
  8636.  
  8637.               texture    ImageTexture {
  8638.                 url    "Textures/screen.cyberAstronomy.jpg"
  8639.               }
  8640.  
  8641.               textureTransform    USE OOBE-TEX-XFORM
  8642.  
  8643.             }
  8644.  
  8645.             geometry    USE MONITOR-SCREEN-IFS
  8646.  
  8647.               }
  8648.               Shape {
  8649.             appearance    Appearance {
  8650.               material    USE MONITOR-SCREEN-MAT
  8651.  
  8652.               texture    ImageTexture {
  8653.                 url    "Textures/screen.jungleIsland.jpg"
  8654.               }
  8655.  
  8656.               textureTransform    USE OOBE-TEX-XFORM
  8657.  
  8658.             }
  8659.  
  8660.             geometry    USE MONITOR-SCREEN-IFS
  8661.  
  8662.               }
  8663.               Shape {
  8664.             appearance    Appearance {
  8665.               material    USE MONITOR-SCREEN-MAT
  8666.  
  8667.               texture    ImageTexture {
  8668.                 url    "Textures/screen.raptorBuilder.jpg"
  8669.               }
  8670.  
  8671.               textureTransform    USE OOBE-TEX-XFORM
  8672.  
  8673.             }
  8674.  
  8675.             geometry    USE MONITOR-SCREEN-IFS
  8676.  
  8677.               }
  8678.               Shape {
  8679.             appearance    Appearance {
  8680.               material    USE MONITOR-SCREEN-MAT
  8681.  
  8682.               texture    ImageTexture {
  8683.                 url    "Textures/screen.shutDown.jpg"
  8684.               }
  8685.  
  8686.               textureTransform    USE BOOT-TEX-XFORM
  8687.  
  8688.             }
  8689.  
  8690.             geometry    USE MONITOR-SCREEN-IFS
  8691.  
  8692.               }
  8693.             ]
  8694.           }
  8695.           DEF BLACK-SCREEN-CURTAIN Transform {
  8696.             children    Shape {
  8697.               appearance    Appearance {
  8698.             material    Material {
  8699.               ambientIntensity    0
  8700.               diffuseColor    0 0 0
  8701.               specularColor    0 0 0
  8702.               emissiveColor    0 0 0
  8703.             }
  8704.  
  8705.             texture    NULL
  8706.  
  8707.             textureTransform    NULL
  8708.  
  8709.               }
  8710.  
  8711.               geometry    USE MONITOR-SCREEN-IFS
  8712.  
  8713.             }
  8714.  
  8715.             translation    116.719 -61.2325 -30.453
  8716.             scale    1.13489 1.15926 1.05522
  8717.           }
  8718.         ]
  8719.         translation    882.9 -249.1 -139
  8720.         scale    1 1.01 1
  8721.           }
  8722.           DEF MONITOR-SGI-LOGO Transform {
  8723.         children    Shape {
  8724.           appearance    Appearance {
  8725.             material    Material {
  8726.             }
  8727.  
  8728.             texture    ImageTexture {
  8729.               url    "Textures/sgiLogo.monitor.rgba.gz"
  8730.             }
  8731.  
  8732.             textureTransform    NULL
  8733.  
  8734.           }
  8735.  
  8736.           geometry    IndexedFaceSet {
  8737.             coord    Coordinate {
  8738.               point    [ -100 100 100,
  8739.                     -100 -100 100,
  8740.                     100 100 100,
  8741.                     100 -100 100 ]
  8742.             }
  8743.  
  8744.             color    NULL
  8745.  
  8746.             coordIndex    [ 0, 1, 3, 2, -1 ]
  8747.             normal    NULL
  8748.  
  8749.             texCoord    TextureCoordinate {
  8750.               point    [ 0 1,
  8751.                     0 0,
  8752.                     1 1,
  8753.                     1 0 ]
  8754.             }
  8755.  
  8756.             solid    FALSE
  8757.             creaseAngle    0.5
  8758.           }
  8759.  
  8760.         }
  8761.  
  8762.         translation    1.84642 -120.003 106.579
  8763.         rotation    0 -1 0  0.118661
  8764.         scale    0.717662 0.168867 0.71766
  8765.         scaleOrientation    0 -1 0  0.00138107
  8766.           }
  8767.         ]
  8768.         translation    -866.53 264.05 162.71
  8769.       }
  8770.  
  8771.       translation    860.448 -255.627 -203.501
  8772.       rotation    0 1 0  0.117469
  8773.       scale    0.999998 0.999992 0.999998
  8774.       scaleOrientation    0 0 1  0
  8775.       center    -870.667 266.641 117.451
  8776.     }
  8777.  
  8778.     axisOfRotation    0 1 0
  8779.       }
  8780.  
  8781.       translation    -885.264 230.091 121.636
  8782.     }
  8783.     DEF MONITOR-BASE Transform {
  8784.       children    Shape {
  8785.     appearance    Appearance {
  8786.       material    Material {
  8787.         ambientIntensity    0
  8788.         diffuseColor    0.43617 0.43617 0.43617
  8789.         specularColor    0 0 0
  8790.         emissiveColor    0 0 0
  8791.         shininess    0
  8792.         transparency    0
  8793.       }
  8794.  
  8795.       texture    NULL
  8796.  
  8797.       textureTransform    NULL
  8798.  
  8799.     }
  8800.  
  8801.     geometry    IndexedFaceSet {
  8802.       coord    Coordinate {
  8803.         point    [ -1016.79 58.5213 -37.8326,
  8804.               -690.597 58.5218 1.061,
  8805.               -1016.79 37.1046 -37.8325,
  8806.               -690.597 37.1051 1.06104,
  8807.               -723.337 58.5223 275.788,
  8808.               -723.337 37.1057 275.788,
  8809.               -1049.53 58.5218 236.894,
  8810.               -1049.53 37.1052 236.894 ]
  8811.       }
  8812.  
  8813.       color    Color {
  8814.         color    [ 0.3 0.3 0.3,
  8815.               0.139037 0.139037 0.139037,
  8816.               0.256684 0.256684 0.256684 ]
  8817.       }
  8818.  
  8819.       coordIndex    [ 0, 1, 2, -1, 3, 2, 1, -1,
  8820.             1, 0, 4, -1, 1, 4, 3, -1,
  8821.             5, 3, 4, -1, 6, 4, 0, -1,
  8822.             4, 6, 5, -1, 2, 7, 0, -1,
  8823.             6, 0, 7, -1, 7, 5, 6, -1 ]
  8824.       colorIndex    [ 0, 0, 0, -1, 0, 0, 0, -1,
  8825.             2, 1, 2, -1, 0, 0, 0, -1,
  8826.             0, 0, 0, -1, 1, 2, 1, -1,
  8827.             0, 0, 0, -1, 0, 0, 0, -1,
  8828.             0, 0, 0, -1, 0, 0, 0, -1 ]
  8829.       normal    NULL
  8830.  
  8831.       texCoord    NULL
  8832.  
  8833.       ccw    TRUE
  8834.       solid    TRUE
  8835.       convex    TRUE
  8836.       creaseAngle    1.13865
  8837.     }
  8838.  
  8839.       }
  8840.  
  8841.       translation    -366.133 8.96211 -600.203
  8842.       rotation    0 1 0  0.823697
  8843.       scale    1 0.758463 1
  8844.     }
  8845.     DEF SPLASH-FADE-TREE Transform {
  8846.       children    [
  8847.     DEF SPLASH-FADE-TIMER TimeSensor {
  8848.       cycleInterval    25
  8849.       enabled    FALSE
  8850.       loop    FALSE
  8851.       startTime    0
  8852.       stopTime    0
  8853.     }
  8854.     DEF SPLASH-FADE-ENGINE ScalarInterpolator {
  8855.       key    [ 0, 0.25, 0.7, 0.85,
  8856.             1 ]
  8857.       keyValue    [ 0, 0, 0, 0.8,
  8858.             1 ]
  8859.     }
  8860.     DEF SPLASH-FADE-LOGIC Script {
  8861.       eventOut      SFInt32      screenChoice
  8862.       eventOut      SFFloat      screenAlpha
  8863.       eventIn      SFBool      timerIsActive
  8864.       url    "vrmlscript:
  8865. function timerIsActive(value, time)
  8866. {
  8867.     if (!value) {
  8868.     screenChoice = 1;
  8869.     screenAlpha = 0;
  8870.     }
  8871. }
  8872. "
  8873.     }
  8874.     DEF ENTRY-PROX-TREE Transform {
  8875.       children    DEF ENTRY-PROX ProximitySensor {
  8876.         size    1 1 1
  8877.         enabled    TRUE
  8878.       }
  8879.  
  8880.       translation    62.6138 177.809 628.891
  8881.       rotation    0 0 1  0
  8882.       scale    -458.781 -458.778 -458.779
  8883.       center    0 0 0
  8884.     }
  8885.       ]
  8886.     }
  8887.   ]
  8888.   translation    196.018 0 123.771
  8889. }
  8890. DEF OOBE-SLIDESHOW-TREE Transform {
  8891.   children    [
  8892.     DEF DESKTOP-ALARM-TIMER TimeSensor {
  8893.       cycleInterval    6
  8894.       enabled    TRUE
  8895.       loop    FALSE
  8896.       startTime    0
  8897.       stopTime    0
  8898.     }
  8899.     DEF OOBE-SLIDESHOW-TIMER TimeSensor {
  8900.       cycleInterval    8
  8901.       enabled    TRUE
  8902.       loop    FALSE
  8903.       startTime    1
  8904.       stopTime    2
  8905.     }
  8906.     DEF OOBE-SLIDESHOW-DISSOLVER ScalarInterpolator {
  8907.       key    [ 0, 0.1, 0.5, 0.9,
  8908.             1 ]
  8909.       keyValue    [ 1, 0, 0, 0,
  8910.             1 ]
  8911.     }
  8912.     DEF OOBE-SLIDESHOW-LOGIC Script {
  8913.       eventOut      SFInt32      whichScreen
  8914.       eventOut      SFTime      slideShowStartTime
  8915.       eventOut      SFBool      enableSlideShowTimer
  8916.       eventIn      SFBool      desktopTimerActive
  8917.       eventIn      SFBool      slideShowTimerActive
  8918.       eventIn      SFBool      resetSlideShow
  8919.       eventIn      SFFloat      desktopFractionIn
  8920.       field      SFInt32      currentSlide    6
  8921.       field      SFBool      firstTime    TRUE
  8922.       url    "vrmlscript:
  8923. function desktopTimerActive(value, time)
  8924. {
  8925.     if (value) whichScreen = 1;
  8926.     else slideShowStartTime = time;
  8927. }
  8928.  
  8929. function desktopFractionIn(value, time)
  8930. {
  8931.     if (value > .1) whichScreen = 5;
  8932. }
  8933.  
  8934. function slideShowTimerActive(value, time)
  8935. {
  8936.     if (!value) {
  8937.     slideShowStartTime = time;
  8938.     currentSlide = currentSlide + 1;
  8939.     if (currentSlide == 13) currentSlide = 6;
  8940.     whichScreen = currentSlide;
  8941.     firstTime = FALSE;
  8942.     } else if (firstTime) whichScreen = 6;
  8943. }
  8944.  
  8945. function resetSlideShow(value, time)
  8946. {
  8947.     firstTime = TRUE;
  8948.     currentSlide = 6;
  8949. }
  8950. "
  8951.     }
  8952.   ]
  8953. }
  8954. ROUTE AMBIENT-VOLUME-LOGIC.volumeOut TO AMBIENT_SOUND.set_intensity
  8955. ROUTE BOOTUP-SHUTDOWN-LOGIC.ambientIntensity TO AMBIENT_SOUND.set_intensity
  8956. ROUTE DISK1-LOGIC.delayedStartTime TO DISK1-SOUND-SCRIPT.startTime
  8957. ROUTE DISK1-LOGIC.moduleRemoved TO DISK1-SOUND-SCRIPT.moduleRemoved
  8958. ROUTE DISK2-LOGIC.delayedStartTime TO DISK2-SOUND-SCRIPT.startTime
  8959. ROUTE DISK2-LOGIC.moduleRemoved TO DISK2-SOUND-SCRIPT.moduleRemoved
  8960. ROUTE AV-LOGIC.delayedStartTime TO AVMOD-SOUND-SCRIPT.startTime
  8961. ROUTE AV-LOGIC.moduleRemoved TO AVMOD-SOUND-SCRIPT.moduleRemoved
  8962. ROUTE MOTHERBOARD-LOGIC.startCpuTimer TO CPU-SOUND-SCRIPT.startTime
  8963. ROUTE MOTHERBOARD-LOGIC.cpuRemoved TO CPU-SOUND-SCRIPT.moduleRemoved
  8964. ROUTE CDROM-LOGIC.delayedStartTime TO CDROM-SOUND-SCRIPT.startTime
  8965. ROUTE CDROM-LOGIC.trayOpen TO CDROM-SOUND-SCRIPT.trayOpen
  8966. ROUTE POWERSUPPLY-LOGIC.delayedStartTime TO POWERSUPPLY-SOUND-SCRIPT.startTime
  8967. ROUTE PWRCOVER-LOGIC.startPwrSupplyTimer TO POWERSUPPLY-SOUND-SCRIPT.startTime
  8968. ROUTE POWERSUPPLY-LOGIC.moduleRemoved TO POWERSUPPLY-SOUND-SCRIPT.moduleRemoved
  8969. ROUTE PCI-LOGIC.moduleRemoved TO PCI-SOUND-SCRIPT.pciRemoved
  8970. ROUTE PCI-LOGIC.delayedStartTime TO PCI-SOUND-SCRIPT.startPciTime
  8971. ROUTE MOTHERBOARD-LOGIC.startPciTimer TO PCI-SOUND-SCRIPT.startPciTime
  8972. ROUTE DISK1-SOUND-SCRIPT.latchStart TO LATCH_CLIP.set_startTime
  8973. ROUTE DISK2-SOUND-SCRIPT.latchStart TO LATCH_CLIP.set_startTime
  8974. ROUTE AVMOD-SOUND-SCRIPT.latchStart TO LATCH_CLIP.set_startTime
  8975. ROUTE CPU-SOUND-SCRIPT.latchStart TO LATCH_CLIP.set_startTime
  8976. ROUTE PCI-SOUND-SCRIPT.pciStart TO LATCH_CLIP.set_startTime
  8977. ROUTE DISK1-SOUND-SCRIPT.slideStart TO DISKSLED_CLIP.set_startTime
  8978. ROUTE DISK2-SOUND-SCRIPT.slideStart TO DISKSLED_CLIP.set_startTime
  8979. ROUTE AVMOD-SOUND-SCRIPT.slideStart TO DISKSLED_CLIP.set_startTime
  8980. ROUTE CPU-SOUND-SCRIPT.slideStart TO CPU_SLIDE_CLIP.set_startTime
  8981. ROUTE POWERSUPPLY-SOUND-SCRIPT.slideStart TO CPU_SLIDE_CLIP.set_startTime
  8982. ROUTE CDROM-SOUND-SCRIPT.trayOpenCloseStartTime TO CDIN_CLIP.set_startTime
  8983. ROUTE CDROM-SOUND-SCRIPT.laserPickupStartTime TO CDOUT_CLIP.set_startTime
  8984. ROUTE BOOTUP-SOUND-SCRIPT.bootUpStartTime TO BOOTUP-CLIP.set_startTime
  8985. ROUTE SHUTDOWN-SOUND-SCRIPT.shutDownStartTime TO SHUTDOWN-CLIP.set_startTime
  8986. ROUTE DISSOLVE-LOGIC.startTime TO DISSOLVE_CLIP.set_startTime
  8987. ROUTE DISK1-LOGIC.delayedStartTime TO Time_18.set_startTime
  8988. ROUTE DISK1-LOGIC.fractionOut TO DRIVE1-ASSEMBLYTranslationInterp.set_fraction
  8989. ROUTE DISK1-LOGIC.fractionOut TO DRIVE1-ASSEMBLYRotationInterp.set_fraction
  8990. ROUTE DISK1-LOGIC.fractionOut TO DRIVE1-LEVERTranslationInterp.set_fraction
  8991. ROUTE DISK1-LOGIC.fractionOut TO DRIVE1-LEVERRotationInterp.set_fraction
  8992. ROUTE Time_18.isActive TO DISK1-LOGIC.timerActive
  8993. ROUTE Time_18.fraction_changed TO DISK1-LOGIC.fractionIn
  8994. ROUTE DefaultTouchSensor_16.touchTime TO DISK1-LOGIC.triggerTime
  8995. ROUTE DRIVE1-LEVERTranslationInterp.value_changed TO DRIVE1-LEVER.set_translation
  8996. ROUTE DRIVE1-LEVERRotationInterp.value_changed TO DRIVE1-LEVER.set_rotation
  8997. ROUTE DRIVE1-ASSEMBLYTranslationInterp.value_changed TO DRIVE1-ASSEMBLY.set_translation
  8998. ROUTE DRIVE1-ASSEMBLYRotationInterp.value_changed TO DRIVE1-ASSEMBLY.set_rotation
  8999. ROUTE DISK2-LOGIC.delayedStartTime TO Time_28.set_startTime
  9000. ROUTE DISK2-LOGIC.fractionOut TO DRIVE2-ASSEMBLYTranslationInterp.set_fraction
  9001. ROUTE DISK2-LOGIC.fractionOut TO DRIVE2-ASSEMBLYRotationInterp.set_fraction
  9002. ROUTE DISK2-LOGIC.fractionOut TO DRIVE2-LEVERTranslationInterp.set_fraction
  9003. ROUTE DISK2-LOGIC.fractionOut TO DRIVE2-LEVERRotationInterp.set_fraction
  9004. ROUTE Time_28.isActive TO DISK2-LOGIC.timerActive
  9005. ROUTE Time_28.fraction_changed TO DISK2-LOGIC.fractionIn
  9006. ROUTE DefaultTouchSensor_26.touchTime TO DISK2-LOGIC.triggerTime
  9007. ROUTE DRIVE2-LEVERTranslationInterp.value_changed TO DRIVE2-LEVER.set_translation
  9008. ROUTE DRIVE2-LEVERRotationInterp.value_changed TO DRIVE2-LEVER.set_rotation
  9009. ROUTE DRIVE2-ASSEMBLYTranslationInterp.value_changed TO DRIVE2-ASSEMBLY.set_translation
  9010. ROUTE DRIVE2-ASSEMBLYRotationInterp.value_changed TO DRIVE2-ASSEMBLY.set_rotation
  9011. ROUTE AV-LOGIC.delayedStartTime TO Time_37.set_startTime
  9012. ROUTE AV-LOGIC.fractionOut TO AV-ASSEMBLYTranslationInterp.set_fraction
  9013. ROUTE AV-LOGIC.fractionOut TO AV-ASSEMBLYRotationInterp.set_fraction
  9014. ROUTE AV-LOGIC.fractionOut TO AV-LEVERTranslationInterp.set_fraction
  9015. ROUTE AV-LOGIC.fractionOut TO AV-LEVERRotationInterp.set_fraction
  9016. ROUTE Time_37.fraction_changed TO AV-ASSEMBLYScaleOrientationInterp.set_fraction
  9017. ROUTE Time_37.isActive TO AV-LOGIC.timerActive
  9018. ROUTE Time_37.fraction_changed TO AV-LOGIC.fractionIn
  9019. ROUTE DefaultTouchSensor_35.touchTime TO AV-LOGIC.triggerTime
  9020. ROUTE AV-LEVERTranslationInterp.value_changed TO AV-LEVER.set_translation
  9021. ROUTE AV-LEVERRotationInterp.value_changed TO AV-LEVER.set_rotation
  9022. ROUTE AV-ASSEMBLYTranslationInterp.value_changed TO AV-ASSEMBLY.set_translation
  9023. ROUTE AV-ASSEMBLYRotationInterp.value_changed TO AV-ASSEMBLY.set_rotation
  9024. ROUTE AV-ASSEMBLYScaleOrientationInterp.value_changed TO AV-ASSEMBLY.set_scaleOrientation
  9025. ROUTE MOTHERBOARD-LOGIC.startCpuTimer TO Time_46.set_startTime
  9026. ROUTE MOTHERBOARD-LOGIC.fractionOut TO MOTHERBOARD-ASSEMBLYTranslationInterp.set_fraction
  9027. ROUTE MOTHERBOARD-LOGIC.fractionOut TO MOTHERBOARD-ASSEMBLYRotationInterp.set_fraction
  9028. ROUTE MOTHERBOARD-LOGIC.fractionOut TO MOTHERBOARD-ASSEMBLYScaleOrientationInterp.set_fraction
  9029. ROUTE MOTHERBOARD-LOGIC.fractionOut TO MOTHERBOARD-LEVERRotationInterp.set_fraction
  9030. ROUTE PCI-LOGIC.cpuTriggerEnable TO DefaultTouchSensor_51.set_enabled
  9031. ROUTE Time_46.isActive TO MOTHERBOARD-LOGIC.timerActive
  9032. ROUTE Time_46.fraction_changed TO MOTHERBOARD-LOGIC.fractionIn
  9033. ROUTE Time_62.isActive TO MOTHERBOARD-LOGIC.pciTimerRunning
  9034. ROUTE DefaultTouchSensor_51.touchTime TO MOTHERBOARD-LOGIC.cpuTouchedTime
  9035. ROUTE PCI-LOGIC.moduleRemoved TO MOTHERBOARD-LOGIC.pciRemoved
  9036. ROUTE MOTHERBOARD-LEVERRotationInterp.value_changed TO MOTHERBOARD-LEVER.set_rotation
  9037. ROUTE MOTHERBOARD-LOGIC.pciTriggerEnable TO DefaultTouchSensor_60.set_enabled
  9038. ROUTE PCI-LOGIC.delayedStartTime TO Time_62.set_startTime
  9039. ROUTE MOTHERBOARD-LOGIC.startPciTimer TO Time_62.set_startTime
  9040. ROUTE PCI-LOGIC.fractionOut TO PCI-GROUPTranslationInterp.set_fraction
  9041. ROUTE PCI-LOGIC.fractionOut TO PCI-GROUPRotationInterp.set_fraction
  9042. ROUTE Time_62.isActive TO PCI-LOGIC.timerActive
  9043. ROUTE Time_62.fraction_changed TO PCI-LOGIC.fractionIn
  9044. ROUTE DefaultTouchSensor_60.touchTime TO PCI-LOGIC.triggerTime
  9045. ROUTE PCI-GROUPTranslationInterp.value_changed TO PCI-GROUP.set_translation
  9046. ROUTE PCI-GROUPRotationInterp.value_changed TO PCI-GROUP.set_rotation
  9047. ROUTE MOTHERBOARD-ASSEMBLYTranslationInterp.value_changed TO MOTHERBOARD-ASSEMBLY.set_translation
  9048. ROUTE MOTHERBOARD-ASSEMBLYRotationInterp.value_changed TO MOTHERBOARD-ASSEMBLY.set_rotation
  9049. ROUTE AMBIENT-VOLUME-LOGIC.volumeDownColor TO VOLUME-DOWN-MAT.set_emissiveColor
  9050. ROUTE SHELLTransparencyInterp.value_changed TO VOLUME-DOWN-MAT.set_transparency
  9051. ROUTE AMBIENT-VOLUME-LOGIC.volumeDownDisplace TO VOLUME-DOWN-TREE.set_translation
  9052. ROUTE AMBIENT-VOLUME-LOGIC.volumeUpColor TO VOLUME-UP-MAT.set_emissiveColor
  9053. ROUTE AMBIENT-VOLUME-LOGIC.volumeUpDisplace TO VOLUME-UP-TREE.set_translation
  9054. ROUTE BOOTUP-SHUTDOWN-LOGIC.bootColor TO _75.set_emissiveColor
  9055. ROUTE SHELLTransparencyInterp.value_changed TO _75.set_transparency
  9056. ROUTE BOOTUP-SHUTDOWN-LOGIC.bootDisplace TO ON-OFF-BUTTON.set_translation
  9057. ROUTE BOOTUP-SHUTDOWN-LOGIC.bootUpStartTime TO Time_76.set_startTime
  9058. ROUTE Time_76.fraction_changed TO BOOTUP-EmissiveColorInterp.set_fraction
  9059. ROUTE BOOTUP-SHUTDOWN-LOGIC.shutDownStartTime TO Time_78.set_startTime
  9060. ROUTE Time_78.fraction_changed TO SHUTDOWN-EmissiveColorInterp.set_fraction
  9061. ROUTE BOOTUP-EmissiveColorInterp.value_changed TO _80.set_emissiveColor
  9062. ROUTE SHUTDOWN-EmissiveColorInterp.value_changed TO _80.set_emissiveColor
  9063. ROUTE SHELLTransparencyInterp.value_changed TO _80.set_transparency
  9064. ROUTE DISSOLVE-LOGIC.dissolveSwitchOut TO FRONT-PANEL-SWITCH.set_whichChoice
  9065. ROUTE PWRCOVER-LOGIC.pwrSupplyTriggerEnable TO DefaultTouchSensor_81.set_enabled
  9066. ROUTE PWRCOVER-LOGIC.startPwrSupplyTimer TO Time_83.set_startTime
  9067. ROUTE POWERSUPPLY-LOGIC.delayedStartTime TO Time_83.set_startTime
  9068. ROUTE POWERSUPPLY-LOGIC.fractionOut TO POWER-SUPPLYTranslationInterp.set_fraction
  9069. ROUTE POWERSUPPLY-LOGIC.fractionOut TO POWER-SUPPLYRotationInterp.set_fraction
  9070. ROUTE Time_83.isActive TO POWERSUPPLY-LOGIC.timerActive
  9071. ROUTE Time_83.fraction_changed TO POWERSUPPLY-LOGIC.fractionIn
  9072. ROUTE DefaultTouchSensor_81.touchTime TO POWERSUPPLY-LOGIC.triggerTime
  9073. ROUTE POWER-SUPPLYTranslationInterp.value_changed TO POWER-SUPPLY.set_translation
  9074. ROUTE POWER-SUPPLYRotationInterp.value_changed TO POWER-SUPPLY.set_rotation
  9075. ROUTE DISSOLVE-LOGIC.startTime TO Time_87.set_startTime
  9076. ROUTE DISSOLVE-LOGIC.fractionOut TO SHELLTransparencyInterp.set_fraction
  9077. ROUTE Time_87.isActive TO DISSOLVE-LOGIC.timerActive
  9078. ROUTE Time_87.fraction_changed TO DISSOLVE-LOGIC.fractionIn
  9079. ROUTE MINUS-TRIGGER.touchTime TO DISSOLVE-LOGIC.dissolveInTime
  9080. ROUTE DefaultTouchSensor_90.touchTime TO DISSOLVE-LOGIC.dissolveOutTime
  9081. ROUTE DefaultTouchSensor_90.isOver TO DISSOLVE-LOGIC.plusIsOver
  9082. ROUTE MINUS-TRIGGER.isOver TO DISSOLVE-LOGIC.minusIsOver
  9083. ROUTE DISSOLVE-LOGIC.plusEnable TO DefaultTouchSensor_90.set_enabled
  9084. ROUTE DISSOLVE-LOGIC.plusHighlight TO _91.set_emissiveColor
  9085. ROUTE DISSOLVE-LOGIC.minusEnable TO MINUS-TRIGGER.set_enabled
  9086. ROUTE DISSOLVE-LOGIC.minusHighlight TO _93.set_emissiveColor
  9087. ROUTE SHELLTransparencyInterp.value_changed TO _95.set_transparency
  9088. ROUTE SHELLTransparencyInterp.value_changed TO _96.set_transparency
  9089. ROUTE DISSOLVE-LOGIC.dissolveSwitchOut TO SHELL-TOPCOVER-SWITCH.set_whichChoice
  9090. ROUTE CDROM-LOGIC.delayedStartTime TO Time_99.set_startTime
  9091. ROUTE CDROM-LOGIC.fractionOut TO CDROM-ASSEMBLYTranslationInterp.set_fraction
  9092. ROUTE Time_99.isActive TO CDROM-LOGIC.timerActive
  9093. ROUTE Time_99.fraction_changed TO CDROM-LOGIC.fractionIn
  9094. ROUTE CDROM-TS.touchTime TO CDROM-LOGIC.triggerTime
  9095. ROUTE MONITOR-SCREEN-SWITCH.whichChoice_changed TO CDROM-LOGIC.whichScreen
  9096. ROUTE SHELLTransparencyInterp.value_changed TO _102.set_transparency
  9097. ROUTE SHELLTransparencyInterp.value_changed TO _104.set_transparency
  9098. ROUTE SHELLTransparencyInterp.value_changed TO _105.set_transparency
  9099. ROUTE SHELLTransparencyInterp.value_changed TO _106.set_transparency
  9100. ROUTE DISSOLVE-LOGIC.dissolveSwitchOut TO CDROM-SWITCH.set_whichChoice
  9101. ROUTE CDROM-ASSEMBLYTranslationInterp.value_changed TO CDROM-ASSEMBLY.set_translation
  9102. ROUTE VOLUME-UP-TRIGGER.touchTime TO AMBIENT-VOLUME-LOGIC.volumeUpTrigger
  9103. ROUTE VOLUME-DOWN-TRIGGER.touchTime TO AMBIENT-VOLUME-LOGIC.volumeDownTrigger
  9104. ROUTE VOLUME-UP-TRIGGER.isActive TO AMBIENT-VOLUME-LOGIC.volumeUpIsActive
  9105. ROUTE VOLUME-DOWN-TRIGGER.isActive TO AMBIENT-VOLUME-LOGIC.volumeDownIsActive
  9106. ROUTE VOLUME-UP-TRIGGER.isOver TO AMBIENT-VOLUME-LOGIC.volumeUpIsOver
  9107. ROUTE VOLUME-DOWN-TRIGGER.isOver TO AMBIENT-VOLUME-LOGIC.volumeDownIsOver
  9108. ROUTE PWRCOVER-LOGIC.startPwrCoverTimer TO Time_109.set_startTime
  9109. ROUTE PWRCOVER-LOGIC.fractionOut TO POWER-SUPPLY-COVERTranslationInterp.set_fraction
  9110. ROUTE PWRCOVER-LOGIC.fractionOut TO POWER-SUPPLY-COVERRotationInterp.set_fraction
  9111. ROUTE POWERSUPPLY-LOGIC.pwrCoverTriggerEnable TO DefaultTouchSensor_112.set_enabled
  9112. ROUTE Time_109.isActive TO PWRCOVER-LOGIC.timerActive
  9113. ROUTE Time_109.fraction_changed TO PWRCOVER-LOGIC.fractionIn
  9114. ROUTE POWERSUPPLY-LOGIC.moduleRemoved TO PWRCOVER-LOGIC.pwrSupplyRemoved
  9115. ROUTE Time_83.isActive TO PWRCOVER-LOGIC.pwrTimerRunning
  9116. ROUTE DefaultTouchSensor_112.touchTime TO PWRCOVER-LOGIC.pwrCoverTouchedTime
  9117. ROUTE SHELLTransparencyInterp.value_changed TO _114.set_transparency
  9118. ROUTE POWER-SUPPLY-COVERTranslationInterp.value_changed TO POWER-SUPPLY-COVER.set_translation
  9119. ROUTE POWER-SUPPLY-COVERRotationInterp.value_changed TO POWER-SUPPLY-COVER.set_rotation
  9120. ROUTE BACKLIGHT-LOGIC.rimLightStartTime TO Time_115.set_startTime
  9121. ROUTE BACKLIGHT-LOGIC.rimLightStopTime TO Time_115.set_stopTime
  9122. ROUTE Time_115.fraction_changed TO PURPLE-RIMLIGHTIntensityInterp.set_fraction
  9123. ROUTE BACKLIGHT-LOGIC.rimLightEnable TO PURPLE-RIMLIGHT.set_on
  9124. ROUTE PURPLE-RIMLIGHTIntensityInterp.value_changed TO PURPLE-RIMLIGHT.set_intensity
  9125. ROUTE BACKLIGHT-LOGIC.backLightStartTime TO Time_118.set_startTime
  9126. ROUTE BACKLIGHT-LOGIC.fractionOut TO WHITE-BACKLIGHTIntensityInterp.set_fraction
  9127. ROUTE Time_118.fraction_changed TO BACKLIGHT-LOGIC.fractionIn
  9128. ROUTE Time_118.isActive TO BACKLIGHT-LOGIC.timerActive
  9129. ROUTE BACKLIGHT-PROX.enterTime TO BACKLIGHT-LOGIC.proxEnterTime
  9130. ROUTE BACKLIGHT-PROX.exitTime TO BACKLIGHT-LOGIC.proxExitTime
  9131. ROUTE BACKLIGHT-LOGIC.backLightEnable TO WHITE-BACKLIGHT.set_on
  9132. ROUTE WHITE-BACKLIGHTIntensityInterp.value_changed TO WHITE-BACKLIGHT.set_intensity
  9133. ROUTE ON-OFF-TRIGGER.isOver TO BOOTUP-SHUTDOWN-LOGIC.bootIsOver
  9134. ROUTE ON-OFF-TRIGGER.isActive TO BOOTUP-SHUTDOWN-LOGIC.bootIsActive
  9135. ROUTE ON-OFF-TRIGGER.touchTime TO BOOTUP-SHUTDOWN-LOGIC.bootTriggerTime
  9136. ROUTE Time_76.isActive TO BOOTUP-SHUTDOWN-LOGIC.bootUpTimerActive
  9137. ROUTE Time_78.isActive TO BOOTUP-SHUTDOWN-LOGIC.shutDownTimerActive
  9138. ROUTE Time_76.fraction_changed TO BOOTUP-SHUTDOWN-LOGIC.bootUpFractionIn
  9139. ROUTE Time_78.fraction_changed TO BOOTUP-SHUTDOWN-LOGIC.shutDownFractionIn
  9140. ROUTE BOOTUP-SHUTDOWN-LOGIC.bootUpStartTime TO BOOTUP-SOUND-SCRIPT.startTime
  9141. ROUTE BOOTUP-SHUTDOWN-LOGIC.shutDownStartTime TO SHUTDOWN-SOUND-SCRIPT.startTime
  9142. ROUTE SPLASH-FADE-ENGINE.value_changed TO MONITOR-SCREEN-MAT.set_transparency
  9143. ROUTE SPLASH-FADE-LOGIC.screenAlpha TO MONITOR-SCREEN-MAT.set_transparency
  9144. ROUTE BOOTUP-SHUTDOWN-LOGIC.screenAlpha TO MONITOR-SCREEN-MAT.set_transparency
  9145. ROUTE OOBE-SLIDESHOW-DISSOLVER.value_changed TO MONITOR-SCREEN-MAT.set_transparency
  9146. ROUTE BOOTUP-SHUTDOWN-LOGIC.whichScreen TO MONITOR-SCREEN-SWITCH.set_whichChoice
  9147. ROUTE SPLASH-FADE-LOGIC.screenChoice TO MONITOR-SCREEN-SWITCH.set_whichChoice
  9148. ROUTE OOBE-SLIDESHOW-LOGIC.whichScreen TO MONITOR-SCREEN-SWITCH.set_whichChoice
  9149. ROUTE ENTRY-PROX.enterTime TO SPLASH-FADE-TIMER.set_startTime
  9150. ROUTE BOOTUP-SHUTDOWN-LOGIC.bootUpStartTime TO SPLASH-FADE-TIMER.set_stopTime
  9151. ROUTE SPLASH-FADE-TIMER.fraction_changed TO SPLASH-FADE-ENGINE.set_fraction
  9152. ROUTE SPLASH-FADE-TIMER.isActive TO SPLASH-FADE-LOGIC.timerIsActive
  9153. ROUTE SPLASH-FADE-TIMER.isActive TO ENTRY-PROX.set_enabled
  9154. ROUTE BOOTUP-SHUTDOWN-LOGIC.enableSlideShowTimer TO DESKTOP-ALARM-TIMER.set_enabled
  9155. ROUTE CLOGIN-TRIGGER.touchTime TO DESKTOP-ALARM-TIMER.set_startTime
  9156. ROUTE BOOTUP-SHUTDOWN-LOGIC.shutDownStartTime TO DESKTOP-ALARM-TIMER.set_stopTime
  9157. ROUTE OOBE-SLIDESHOW-LOGIC.enableSlideShowTimer TO OOBE-SLIDESHOW-TIMER.set_enabled
  9158. ROUTE BOOTUP-SHUTDOWN-LOGIC.enableSlideShowTimer TO OOBE-SLIDESHOW-TIMER.set_enabled
  9159. ROUTE OOBE-SLIDESHOW-LOGIC.slideShowStartTime TO OOBE-SLIDESHOW-TIMER.set_startTime
  9160. ROUTE CDROM-LOGIC.slideShowStartTime TO OOBE-SLIDESHOW-TIMER.set_startTime
  9161. ROUTE BOOTUP-SHUTDOWN-LOGIC.shutDownStartTime TO OOBE-SLIDESHOW-TIMER.set_stopTime
  9162. ROUTE OOBE-SLIDESHOW-TIMER.fraction_changed TO OOBE-SLIDESHOW-DISSOLVER.set_fraction
  9163. ROUTE DESKTOP-ALARM-TIMER.isActive TO OOBE-SLIDESHOW-LOGIC.desktopTimerActive
  9164. ROUTE OOBE-SLIDESHOW-TIMER.isActive TO OOBE-SLIDESHOW-LOGIC.slideShowTimerActive
  9165. ROUTE BOOTUP-SHUTDOWN-LOGIC.enableSlideShowTimer TO OOBE-SLIDESHOW-LOGIC.resetSlideShow
  9166. ROUTE DESKTOP-ALARM-TIMER.fraction_changed TO OOBE-SLIDESHOW-LOGIC.desktopFractionIn
  9167.